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

### DESCRIPTION I'm using a notifier to read messages from my device CAN Bus, this notifier is equipped with the MF4 Writer listener. See below: ``` mf4_builder = can.MF4Writer( #...

bug

### Describe the bug I setup several buses on a VX1135 device ![vector hardware config](https://github.com/hardbyte/python-can/assets/20952040/e099f682-5cd1-4aef-a615-c689657b4886) Each bus is being handled in a dedicated Python process. I am able to start...

bug

Hi, I'm new with python-can (package version= 4.2.1, running on python3.9.6, under Windows 10) and I wanted to perform a test to send/read CAN message using USB-to-CAN v2 (and SimplyCAN...

### Describe the bug ![image](https://github.com/hardbyte/python-can/assets/103341298/f0d7a718-9b98-4fab-8b67-a0ae80fdc27c) ![image](https://github.com/hardbyte/python-can/assets/103341298/4b37e308-9af6-49eb-bdbf-58320f7f5b5b) Package Version ----------------- ------- can-isotp 1.8 canalystii 0.1 easygui 0.98.3 numpy 1.24.2 packaging 23.1 pip 22.3.1 python-can 4.2.0 pyusb 1.2.1 pywin32 306 setuptools 65.5.0...

bug

### Issue description Currently, `Listener` objects are asyncio-ready but are not truely async. Let me first clarify that `AsyncBufferedReader` is not a truely-async listener, it is a sync listener (sync...

enhancement

### Describe the bug `ThreadSafeBus` implementation of `send` method is not used when it's called from inside the library. This means that **for all `send_periodic` implementation, `ThreadSafeBus` is completely ignored...

bug

### Is your feature request related to a problem? Please describe. I'd like to point out that the constructor of Kvaser Canlib has limited argument options available. 1. Unlike Vector's...

enhancement

### Describe the bug Two bugs seem to occur with reading data from a `blf` log file (CAN FD). 1) Using `log = BLFReader(file)`, the returned data seems to skip...

bug

### Describe the bug I am trying to transmit more than 8 bytes of single frame size(CAN FD) for classci CAN channel using can.Message. Also using Vector Canoe Application on...

bug

### Describe the bug When reading certain BLF files that may be corrupt, the can.BLFReader() function gets stuck with the terminal output continuously printing "Unknown object header version (0)". Because...

bug