laurynas / volvo_linbus

Volvo LIN bus reader
MIT License
86 stars 13 forks source link

Break read #1

Closed sinurb closed 3 years ago

sinurb commented 6 years ago

Hi,

I see in your code, you don't read the 13 bits "break" in LIN frame, how does it work then?

Thanks

wchpikus commented 6 years ago

Hi Could you comfir, that master always send frame to key with id=0x20 and then keys answer? And other question,where is the master lin? On the icm?

laurynas commented 3 years ago

Missed the question, sorry. I just used LINBUS frame analyzer code. I split frames using SYN field: https://github.com/laurynas/volvo_linbus/blob/master/volvo_linbus.ino#L66