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

Fix for Custom PIDs #218 #221

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

jimwhitelaw
Copy link
Collaborator

Mode 0x22 response headers always zero-pad the pid to 4 chars, even for a 2-char pid. That confused the header detection and response parsing. This change checks for the mode and pid in findResponse() and adjusts the expected header accordingly.

Mode 0x22 response headers always zero-pad the pid to 4 chars, even for a 2-char pid. That confused the header detection and response parsing. This change checks for the mode and pid in findResponse() and adjusts the expected header accordingly.
Copy link
Collaborator Author

@jimwhitelaw jimwhitelaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work for all CAN enhanced data (Service/Mode 0x22), but there might be other services that respond similarly. This change does not attempt to address other services.

@PowerBroker2 PowerBroker2 merged commit 294907b into PowerBroker2:master Feb 7, 2024
@jimwhitelaw jimwhitelaw deleted the add-mode-22 branch February 7, 2024 04:41
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

Successfully merging this pull request may close these issues.

None yet

2 participants