python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### Is your feature request related to a problem? Please describe. This request relates to problems that can occur for certain hardware/OS combinations when users try to filter the CAN...
### Describe the bug I am creating a script to asynchronously receive message and push it to a buffer which will be read by another async method. This receive method...
Thanks for this great library which is working great. I'm asking to add J2534 device support since all of the libraries on github for J2534 are not working (tried all...
In the automotive industry, since 2000, the use of VCI (vehicle communication interfaces) has become very popular. SAE J2534-1:2004 and Passthru API are widely adopted standards in this field. It...
I did the filtering by specifying a range to filter out specific CAN ID. As a result, it was impossible to obtain by filtering CAN messages within the desired range....
### Describe the bug I used the method set_filters to receive the messages of my specified ID,but the first few messages were not what I expected. ### To Reproduce with...
### Describe the bug I am a beginner with python-can, and am up to learning about the asyncio feature. After I adapted the [asyncio sample code](https://python-can.readthedocs.io/en/stable/asyncio.html) to use the `neovi`...
### Describe the bug When attempting to send a CAN-FD message with a payload larger than 8 bytes using 'slcan' bustype connected to a CANABLE device, the message appears to...
### Describe the bug When attempting to start a periodic signal, get: pywintypes.error: (87, 'SetWaitableTimer', 'The parameter is incorrect.') There was something related resolved here, but this issue is still...
Even if recv() is called with timeout=0, the caller's intention is probably for recv() to check all of the messages that have already arrived at the interface until one of...