Skip to content
#

canbus

Here are 95 public repositories matching this topic...

Funth0mas
Funth0mas commented Mar 3, 2019

So that we can setup mypy on CI we need to elliminate all errors. Currently all serious mypy errors are in canmatrix.canmatrix and most of them are bound to float_factory playing with attrs.

The problem is, that mypy currently only undertsand attr converters, if they are named functions. That means NEITHER converter=decimal.Decimal NOR converter=CanId.from_compound_integer.

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?

Improve this page

Add a description, image, and links to the canbus 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 canbus topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.