Duplicate PID

Inquiry and support for Freematics products
Post Reply
mog86
Posts: 2
Joined: Mon May 04, 2015 11:40 am

Duplicate PID

Post by mog86 »

I was looking over the output file and looking over datalogger.h and OBD.h and noticed that both of these are listed as 0x21.

datalogger.h
#define PID_GYRO 0x21

OBD.h
#define PID_DISTANCE_WITH_MIL 0x21


Is this correct?
stanley
Site Admin
Posts: 1026
Joined: Sat Mar 01, 2014 3:15 am

Re: Duplicate PID

Post by stanley »

Sorry for the confusion. All OBD PIDs defined in OBD.h are for mode 01. So when they are actually logged, they will appear as 1XX where XX is the definition in OBD.h.
Post Reply