python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
Hi, guys. Version 3.x of python-can worked well with my CANalyst-II. However, in version 4.x, I found that the backend of python-can for CANalyst-II has changed. My CANalyst-II can not...
Hello! I use your library with CANalyst-II device and it works pretty well, thank you! But I have one problem, first run of program is fully successful, but when I...
PR created to address Issue #972. WIP since I'm not done testing this. I also preemptively opened a PR because I'm having some difficulty determining what the bitrate of a...
[Here](https://github.com/hardbyte/python-can/branches/all) are all breaches (and some useful stats like the last activity and diff to `develop`). Most are release branches, some are open PRs. And two are neither and we...
Hello, I'm using can.AsyncBufferedReader(), and it seems if there is too much time time between reader.get_message() calls then messages are lost. They are still seen by wireshark, but not from...
Hello i have buy a usb2can by inno-maker but I'm not able get it work I'm under windows 10 and the device is well recognized by the system as per...
### Description: While attempting to set up a periodic task to synchronously write/read PDOs using an IXXAT USB-to-CAN and the [canopen](https://github.com/christiansandberg/canopen) package, an AttributeError is generated due to the `IXXATBus`...
### Describe the bug When setting up a periodic send task there is no way to configure the `on_error` callback in the task. Therefore, if the very first send attempt...
Hello everyone, I tried to use this library to control some CAN peripherals with a PXI and I found that when installing the python can library, NI-XNET is not added...
With this i added basic support for the TRC file format as logging for can messages. There is only a very basic support at the moment but comments are welcome...