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