Search found 1 match

by petenz
Thu Apr 25, 2013 12:52 am
Forum: TunerPro Discussion
Topic: OBDII plug in help
Replies: 31
Views: 69214

// Expected command format: // Mode + PID + Replies to gather (optional) // 'M' + HH + 'P' + HH + 'S' + HH + 'R' + H // // Where "HH" is two hex ASCII bytes (e.g. 'F' 'F' for 0xFF). 'M' is for Mode, // 'P' is for PID, 'S' is for size of PID data reply, and 'R' is for reply count. // Note ...