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
I've instances where ID has been 0x50 (0101 0000) and Seleae LIN decoder showed it as 0x10 (0001 0000).
Also had ID be CF (1100 1111) and the decodes reported this as 0x0F (0000 1111).
Tried sending 0xFF as ID and the decoder showed this as 3F (0011 1111).
Why is the decoder cropping the first 2 bits? Sidenote: The decoder changes the bit-order from LSB to MSB. Why is there no option for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've instances where ID has been 0x50 (0101 0000) and Seleae LIN decoder
showed it as 0x10 (0001 0000).
Also had ID be CF (1100 1111) and the decodes reported this as 0x0F (0000 1111).
Tried sending 0xFF as ID and the decoder showed this as 3F (0011 1111).
Why is the decoder cropping the first 2 bits?
Sidenote: The decoder changes the bit-order from LSB to MSB. Why is there no option for this?
The text was updated successfully, but these errors were encountered: