Python

車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 94 [ISO-TP 2]

I wrote the Python code for the request.SingleFrame with 8 bytes or more.MultiFrame of 4096 or more.Wrote Python code for response.Extended the size of the received frame by changing the max_frame_size parameter.
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 93 [ISO-TP 1]

can-isotp can probably do CAN-FD.Extended SingleFrame and Extended FirstFrame configurations were explained.
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 92 [python-can 6]

Simulation configuration review.Simulation execution of CAN-FD transmission and reception.
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 91 [python-can 5]

Click here for back issues.Introduction.Explanation of CAN-FD simulation in python-can.This article is about creating a ...
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 90 [python-can 4]

Click here for back issues.Introduction.Explanation of CAN-FD simulation in python-can.This is the time to replay with c...
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 89 [python-can 3]

It was discovered that can.player and can.logger do not support CAN-FD.I immediately modified them to support CAN-FD.can.logger has a little different problem.
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 88 [python-can 2]

Review can.player and can.logger.Created asc file for CAN-FD and CAN mixed replay.Mixed CAN is for identifying the affected area in case of an anomaly.
車両診断通信

[CAN-FD] Vehicle Diagnostic Communication Part 87 [python-can 1]

BusMaster does not support CAN-FD.The asc format of CAN-FD is different from CAN.FDF bit and BSR bit parameters are added.
車両診断通信

[CanTp] Vehicle Diagnostic Communication Part 39 [Simulation 27]

Click here for back issues.Introduction.Let's simulate ISO-TP. Series of.Continuation of the times to simulate.This time...
車両診断通信

[CanTp] Vehicle Diagnostic Communication Part 38 [Simulation 26]

Review of simulation configuration.Code handling on the virtual ECU side.Currently, it's private, give me a break.Confirmation of communication logs of SF-SF, SF-MF, and MF-MF.