Accessing other PIDs?

Discussion about software developed by Freematics, including Freematics Builder and Freematics Emulator GUI
Post Reply
tanner
Posts: 2
Joined: Mon Aug 28, 2017 2:24 am

Accessing other PIDs?

Post by tanner »

let me preface this that my C++ skills are pretty non-existent but can figure out to some degree what is going on especially in the OBD files :)

I'm trying to log the oil temperature in our BRZ where the PID is 2101, but in order to do that I believe I need to revise the COBD::init to include a AT SH 7E0 as part of the initcmd.

What I'm trying to figure out now is how to pull the data from this PID. I see that the sendQuery uses both the dataMode and pid, and by default the dataMode in COBD is set to 01 and believe I'll need to use 21 to pull the oil temp.

Has anybody made any revisions to the OBD files to allow for other PIDs in other data modes such as the above?

Mike
jonathanK
Posts: 3
Joined: Mon Nov 13, 2017 11:12 pm

Re: Accessing other PIDs?

Post by jonathanK »

I'm also interested in this topic, and look forward to any answers the community might have. In the mean time I'll keep searching through the forums :D
gospod
Posts: 7
Joined: Thu Oct 26, 2017 6:39 am

Re: Accessing other PIDs?

Post by gospod »

You could try with obd.sendCommand().
Post Reply