Other OBD-II Results Other Than INT

Inquiry and support for Freematics products
Post Reply
JElliott44
Posts: 1
Joined: Mon Mar 17, 2014 3:45 pm

Other OBD-II Results Other Than INT

Post by JElliott44 »

Good evening,

I believe that this topic probably belongs in the libraries section, but I was unable to start a new topic there. I would like to poll using PIDs which return results other than INT (for example, Mode 9 PID 02 used to pull the VIN). I believe that I can do this by simply overloading the exiting functions in the OBD.cpp file, however I wanted to make sure that I'm not just missing something.

Thank you!
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: Other OBD-II Results Other Than INT

Post by stanley »

You can do that. You can even parse the response by your own code.
Post Reply