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. J1939 messages include a few features, which are currently not supported by the viewer. 1. Messages might have 24-bit...
### Describe the bug Hello, I'm trying using ETAS ES581.3 for CAN interface I've installed BOA Distribution Package 16.12.2021 in my computer I try to create EtasBus or run detect...
Added initial support for Econtrols ECOM adapter. - Tx/Rx and Logging are supported for standard and extended. - Send periodic currently uses the default threading option. - Filtering support added...
Hi guys, I´m always facing errors working on different threads on the same hw channel. Let me explain: Imagine you have one hw channel e.g Kvaser HW Channel 0. On...
I am trying to replay a BLF file using python-can over a vector interface with an implementation of MessageSync iterator object and can.send operating on the yielded messages. While it...
### Describe the bug Not receiving correct data from can interface ### To Reproduce Send a single message through kvaser can channel 0 using ```python msg = can.Message(arbitration_id=0x131, dlc =...
Implemented IXXATBus.state() property. Hardware errors are detected in _recv_internal() and raise an exception.
Some MCUs, such as STM32 and NXP LPCxxx, support filtering messages by list or range of CAN-IDs. Some CAN devices, which using such MCUs, provide list-only or both list and...
### Describe the bug I am using udsoncan to run some diagnostics, including 'Transfer Data'. As part of this, I send 4kB packets using transfer data of UDS (utilising python-can-isotp...