Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTC Error Codes #33

Open
ale1800 opened this issue Jan 22, 2022 · 2 comments
Open

DTC Error Codes #33

ale1800 opened this issue Jan 22, 2022 · 2 comments

Comments

@ale1800
Copy link

ale1800 commented Jan 22, 2022

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!

@FrankM54
Copy link

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.

@ale1800
Copy link
Author

ale1800 commented Jan 22, 2022

Great, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants