Open rnd-ash opened 2 years ago
Needed for some J2534 devices for ISO-TP.
When an ECU responds with an ISO-TP frame that is not padded with 00 eg:
00
01A4: [02 10 20 76 54 32 10 99]
The adapter will reject this frame as ISO-TP as it expected the following formatted message:
01A4: [02 10 20 00 00 00 00 00]
Sending an IOCTL SET_CONFIG request of CAN_MIXED_FORMAT to the adapters ISO-TP channel will allow it to read and accept these ISO-TP frames
CAN_MIXED_FORMAT
Needed for some J2534 devices for ISO-TP.
When an ECU responds with an ISO-TP frame that is not padded with
00
eg:The adapter will reject this frame as ISO-TP as it expected the following formatted message:
Sending an IOCTL SET_CONFIG request of
CAN_MIXED_FORMAT
to the adapters ISO-TP channel will allow it to read and accept these ISO-TP frames