I am using STM32 to analyze LIN message from vehicle. But I do not know how to get ID of LIN frame?I can only get the data frame of LIN. My code is belowThank you.
I have a sensor which send LIN message to vehicle, I want to read value of current, voltage, etc, form this message by SMT32. I connect LIN Wire to IO of MCU. How can I connect and analyze data?
Thank you for providing the comment. I just started with LIN Communication. Could you please give me the example code for analyzing data sent from LIN wire in the vehicle?Thank you