arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

How to find PIDs of a vehicle?

Open maqeelqureshi opened this issue 4 years ago • 2 comments

This library is working for me. I can see PID and its data. Now I need any CAN analyzer software which can be used to find PIDs of vehicle or if someone know any predefined list of PIDs?

maqeelqureshi avatar Mar 22 '20 20:03 maqeelqureshi

@maqeelqureshi Here you can find all common PID´s:

https://en.wikipedia.org/wiki/OBD-II_PIDs

Not all vehicles support all PID´s so it is good to make a Request to see wich are supported.

If you are interested to find custom manufecturer PID´s you need to sniff the can bus with somthing like CanHacker and a Serial Can interface(arduino).

Petros144 avatar Apr 16 '20 17:04 Petros144

You might find the PIDs for your vehicle on vehicle-specific forums.

timurrrr avatar Jul 29 '20 06:07 timurrrr