Skip to content
New issue

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

J2534-2 implement CAN_MIXED_FORMAT #8

Open
rnd-ash opened this issue May 9, 2022 · 0 comments
Open

J2534-2 implement CAN_MIXED_FORMAT #8

rnd-ash opened this issue May 9, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rnd-ash
Copy link
Owner

rnd-ash commented May 9, 2022

Needed for some J2534 devices for ISO-TP.

When an ECU responds with an ISO-TP frame that is not padded with 00 eg:

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

@rnd-ash rnd-ash self-assigned this May 9, 2022
rnd-ash added a commit that referenced this issue May 10, 2022
rnd-ash added a commit that referenced this issue May 10, 2022
@rnd-ash rnd-ash added the bug Something isn't working label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant