arduino-OBD2
arduino-OBD2 copied to clipboard
Calling custom PIDs
I want to call custom PIDs from mode 0x22. I need a combination of both standard (0x01) PIDs and custom (0x22) PID's. The headers are different and the PID values are 16 bit due to their larger value.
I've copied the src code and modified it with new functions (copying the ReadPid functions and renaming and editing conditions) but the new function always returns naN.
Do you have any other methods to suggest?
Hi. I'm also interested in calling custom PIDs. I have the following information . E.g. Oil mileage (distance driven since the last oil change) - 10044C Could you please suggest how I can call those PIDs?
Thanks