Skip to content
#

can

Here are 243 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?

Reissner
Reissner commented Feb 18, 2020

As my current docs is handmade, it runs the risk to outdate.
Better would be to create part of docs by edseditor in batchmode.

I dont know whether it is the intention of the author to have --type CanOpenNode be tied with .c/.h.
Conceivable just to allow for --type doc and --type network.
Maybe not only html but better md.

Well not so sure about what is really best.
Best fits md to

Improve this page

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

Learn more

You can’t perform that action at this time.