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 281 python-can issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

bug

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...

question

enhancement
work-in-progress

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...

bug

### 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 =...

bug
backend:kvaser

Implemented IXXATBus.state() property. Hardware errors are detected in _recv_internal() and raise an exception.

backend:ixxat

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...

enhancement

### 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...

bug
backend:vector