ELMduino icon indicating copy to clipboard operation
ELMduino copied to clipboard

Long Querry send as normal

Open TomaszAq opened this issue 9 months ago • 0 comments

When send a: uint8_t mapTemp = myELM327.processPID(0x22, 0x000B, 1, 1); Waiting for receive: "62000B63>"

But Elmduino send PID 0B only.

Please find the log: Normal length query detected Query string: 220B1 Clearing input serial buffer Sending the following command/query: 220B1

TomaszAq avatar Jun 06 '25 13:06 TomaszAq