python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
I've performed some changes to my repository and the [previous pull request](https://github.com/hardbyte/python-can/pull/1763) was closed unintentionally. Sorry for any inconvenience.
Add ZLG-CAN device support
with these changes it is now possible to use the gs_usb driver with e.g. can.logger from the command line (like many other interfaces) with `python -m can.logger -i gs_usb -c...
### Is your feature request related to a problem? Please describe. I have an application that requires the decoding of very large .blf files, with hundreds of millions of can...
### Describe the bug ASCReader in python-can 4.1.0 doesn't support ASC CANFD format since V8.1, since \ name is missing in code. According to the document from Vector , there...
### Describe the bug I'm a new in CANoe and I'm trying to read an asc file by ASCReader. This asc file is automatically generated and it has a special...
to get correct `absolute` timestamp
I installed python-can using conda and then pip. In both cases I had some problems, because some features, which are in the documentation, are not available. After searching for a...