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

Decoder cropping first 2 bits on ID #2

Open
endlessmind opened this issue Sep 8, 2019 · 0 comments
Open

Decoder cropping first 2 bits on ID #2

endlessmind opened this issue Sep 8, 2019 · 0 comments

Comments

@endlessmind
Copy link

endlessmind commented Sep 8, 2019

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?

@endlessmind endlessmind changed the title Decoder cropping first 2 bits Decoder cropping first 2 bits on ID Sep 8, 2019
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