python-can icon indicating copy to clipboard operation
python-can copied to clipboard

The can package provides controller area network support for Python developers

Results 291 python-can issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
docs

Running `sphinx-build doc/ doc/_build -n` reveals many apparent problems. Do we need to solve them?

docs

Needs a bit more explanation and examples. Links: - http://www.cse.dmu.ac.uk/~eg/tele/CanbusIDandMask.html

docs
good first contribution

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...

enhancement
api

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...

enhancement

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

enhancement
backend:pcan

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...

file-io

[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...

testing
devops

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...

enhancement
api
work-in-progress

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....

file-io