LIN bus 2.1, working example?

If I comment out //_stream->read();, the output on the serial monitor looks correct!
17:33:15.645 -> CRC: 1B
17:33:15.645 -> C0 FF F8 C0 F0 88 F0 FF
17:33:18.654 -> CRC: 1B
So, _stream->read(); reads one byte?

Paul
 
Last edited:
Strange, I had to drop 1 Byte to get it working long time ago,
1723576524743.png


So maybe there are changes made somewhere and it's not needed anymore
 
Back
Top