esp32_can icon indicating copy to clipboard operation
esp32_can copied to clipboard

DTC Error Codes

Open ale1800 opened this issue 3 years ago • 2 comments

Hi, I want to thank you for your incredible work. I'm building an OBD reader with esp32 and sn65hv230 transceiver and I can read all the values I need. Is also possibile, with this library, to reset error codes?

Thanks in advance!

ale1800 avatar Jan 22 '22 07:01 ale1800

All you need to do is use the OBD Service $04 and use the library to send CAN bus messages. (In this case something like 7E0 01 04) Just like the OBD Service $01 that you are using to read live data.

FrankM54 avatar Jan 22 '22 13:01 FrankM54

Great, thank you!

ale1800 avatar Jan 22 '22 16:01 ale1800