arduino-CAN
arduino-CAN copied to clipboard
How to find PIDs of a vehicle?
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 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).
You might find the PIDs for your vehicle on vehicle-specific forums.