ELMduino icon indicating copy to clipboard operation
ELMduino copied to clipboard

ESP32_CheckPIDs_1_20.ino

Open thatdev6 opened this issue 1 year ago • 1 comments

What does this output mean/How to read it? image

thatdev6 avatar May 11 '24 14:05 thatdev6

The values returned by the 0100 PID are an encoding of the PIDs that the ECU supports. See this article for info on decoding.

An easier way to check if a specific PID is supported is to use the isPidSupported() method. There is an example program for dong this in the repo.

jimwhitelaw avatar May 11 '24 17:05 jimwhitelaw