python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### Is your feature request related to a problem? Please describe. I was trying to use Python-CAN for converting ASC files to BLF files. I noticed that it only converts...
## Description I recently found the python-can-bluetooth package on [PyPI](https://pypi.org/project/python-can-bluetooth/). However, I noticed that the author’s repository is not available. ## Request I'm looking for recommendations on the type of...
This is linked to issue #1826 PR adds documentation to methods and classes missing them within main can directory, examples directory, and majority of io directory (may make additional pull...
### Describe the bug When I unplug the CAN bus (physically pull the connector), after a few seconds, the underlying Ixxat driver is raising an exception `raise VCIError("Error warning limit...
### Is your feature request related to a problem? Please describe. I have blf recording which I would want to play indefinitely, without the need to restart the replay manually....
### Is your feature request related to a problem? Please describe. While most functions have appropriate documentation, it could help for consistency and clarity for additional functions that currently do...
### Describe the bug The class `BLFReader` from `can.io.blf` is implemented using Toby Lorenz's Vector_BLF. The implementation for reading CAN messages especially for `CAN_MESSAGE` and `CAN_MESSAGE2` is incorrect. #### In...
### Describe the bug I've updated Python Can to 4.4.2 (not sure which version I was using before). All of a sudden I'm getting a "ValueError" exception in bus.recv() every...
### Is your feature request related to a problem? Please describe. When using the `BLFReader()`, file metadata is scarce (file, object_count, sizes, timestamps). Some other information would be very interesting,...
While reading the standards and checking the ixxat interface for fd support, I've seen that the definition of the dlc of the message class in not as in the ISO...