Open endlessmind opened 5 years ago
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?
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?