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 281 python-can issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

bug

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

enhancement
api

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

QA
devops

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

bug

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

enhancement

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

bug

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

bug

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