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

In #1724, the `can.listener.Listener.stop()` method was decorated as an `@abstractmethod`, without any further explanation. This seems to work alright within the python-can codebase, but other dependent projects will get in...

bug

One of my colleagues encountered a "not enough values to unpack" error while scanning for connected dongles with PCAN drivers installed. I couldn't replicate the error on my computer after...

Python 3.11.3 python-can 4.3.1 The program is to talk to an amplifier and log both the Tx and Rx messages asynchronously. In a word to explain how things work on...

bug

### Describe the bug There are 2 issues with UdpMulticastBus and MacOS. First one is once one process opened the socket, another process could not. This made having one process...

bug

### Is your feature request related to a problem? Please describe. I'm working on a piece of software that will eventually run on a Raspberry Pi (ideally using the `SocketCAN`...

Hi, Hope you are doing great I have a vector hardware device VN1610, which I use to connect to my ECM using Canape license and get data from it. I...

### Is your feature request related to a problem? Please describe. SocketCAN allows for passing an optional DLC element in its `can_frame` structure in addition to the length element, this...

enhancement