Skip to content
#

obd2

Here are 99 public repositories matching this topic...

ep081106
ep081106 commented Jul 3, 2019

i used the following code to read the DTC:
with Client(conn, request_timeout=10) as client:
DTC_list = client.get_dtc_by_status_mask(status_mask)
print("DTC list:", DTC_list)

but i didn't get the DTC code, i got :
DTC list :<PositiveResponse:[ReadDTCInformation]-61 data bytes at 0x0322ff0>;

could you please tell me how can i get the DTC code?

mjm918
mjm918 commented Nov 2, 2018

First of all, thank you for this awesome library. You did a great job. However, I think your documentation needs to be elaborated. The documentation you provided is very basic. I would like to know more about livedata, livedata update duration,DTC, clearing fault codes and other usages. An example project or an elaborated documentation will be appreciated. Thank you @MacFJA

Improve this page

Add a description, image, and links to the obd2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the obd2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.