We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
#8 set mixed mode to 2
9af25fd
#8 set IOCTL back to 2
c759cef
rnd-ash
No branches or pull requests
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 framesThe text was updated successfully, but these errors were encountered: