python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### 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( #...
### Describe the bug I setup several buses on a VX1135 device  Each bus is being handled in a dedicated Python process. I am able to start...
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   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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...