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

Extended-Id messages sending only first 4 bytes as arbitration id is defined as uint16. #10

Open
arjaniv opened this issue May 4, 2018 · 0 comments

Comments

@arjaniv
Copy link

arjaniv commented May 4, 2018

The arbitration_id is defined as uint16_t.

When using the isotp-c library in combination with the UDS library and sending extended UDS messages this results in the CAN id only showing the first four bytes.

Changing all the arbitration_id to uint32_t should solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant