The Wayback Machine - https://web.archive.org/web/20200702004535/https://github.com/topics/can-bus
Skip to content
#

can-bus

Here are 280 public repositories matching this topic...

gerasiov
gerasiov commented Apr 11, 2020

Most files in repository have legal information in its headers, but not all of them.

W: can-utils source: file-without-copyright-information .github/workflows/autotools.yml
W: can-utils source: file-without-copyright-information .gitignore
W: can-utils source: file-without-copyright-information .travis.yml
W: can-utils source: file-without-copyright-information Android.mk
W: can-u

Apteryks
Apteryks commented Apr 3, 2020

When building the info manual ('make info' from the docs/ subdir), I get the following error (build happens in a container without networking):

WARNING: Could not fetch remote image: https://travis-ci.org/eerimoq/cantools.svg?branch=master [HTTPSConnectionPool(host='travis-ci.org', port=443): Max retries exceeded with url: /eerimoq/cantools.svg?branch=master (Caused by NewConnectionError('
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 can-bus 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-bus topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.