Hi all,
I want to read OBDII data from a car. It uses CAN communication. To retrieve the data (for example RPM), we have to send a request command through CAN protocol to the car first. After that, the car will send back the RPM data.
How does generate/send request commands through CAN by using Flexlogger? How can we retrieve OBD II data from cars by using Flexlogger?
I already have a .dbc file for the CAN database.
Thanks all