Page 1 of 1

Accessing other PIDs?

Posted: Mon Aug 28, 2017 2:29 am
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

Re: Accessing other PIDs?

Posted: Mon Nov 13, 2017 11:15 pm
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

Re: Accessing other PIDs?

Posted: Tue Feb 27, 2018 4:59 am
by gospod
You could try with obd.sendCommand().