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

Calling custom PIDs

Open david-res opened this issue 5 years ago • 1 comments

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?

david-res avatar Jul 08 '19 08:07 david-res

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

mel525 avatar Dec 16 '19 19:12 mel525