python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
python-can could really do with a few [documentation guides](https://docs-guide.readthedocs.io/en/latest/doctypes/) to compliment the example code and reference docs. > Guides are meat of documentation and they should: > - be comprehensive,...
Running `sphinx-build doc/ doc/_build -n` reveals many apparent problems. Do we need to solve them?
Needs a bit more explanation and examples. Links: - http://www.cse.dmu.ac.uk/~eg/tele/CanbusIDandMask.html
Pull request #773 adds is_rx attribute to can.Message. Currently this attribute is set to True by default. Functionality needs to be added to each interface type to set this attribute...
Is anyone already working on adding the CANdo CAN interface from Netronics (see www.cananalyser.co.uk/) as a new backend to python-can? Currently I have a colleague working on this in his...
Hi, I think it would be great if the pcan driver also supports HW-Filtering. As I found out in the PCAN Basic API Documentation that should be possible. cheers mathias
The version 11.0 of CANalyzer uses an other format for the log files: ``` date Wed Mar 24 05:20:54.941 pm 2021 base hex timestamps absolute internal events logged // version...
[Travis-CI](https://travis-ci.com/github/hardbyte/python-can) has been slow of late, although this _might_ improve now we have migrated to travis-ci.com In #591 I suggested we add support for arm by using Shippable. In #705...
I have only optimize the neovi bus to handle messages sequence. Other interfaces will have to be modified if their API support it. - [x] Agree on the new API...
The ASCWriter does not write the DLC for RTR frames. RTR frames require an DLC. Vectors tools write the DLC as single (and only) data byte, but ASCWriter does not....