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. Add Kvaser Leaf support on macOS by using the MacCAN-KvaserCAN implementation (https://github.com/mac-can/MacCAN-KvaserCAN). ### Describe the solution you'd like Add...

enhancement

I am trying to use the script can.logger with the PCAN-USB from peak-system. But it does not work unfortunately. When I use the receivetest from Peak-system everything is running. receivetest...

backend:pcan

First part with the fix of #1179 The basic principle of the adapter enumeration is described in the commit message and here: In case you have connected multiple IXXAT adapters,...

backend:ixxat

This is a very primitive/basic `pyusb` based native driver for the 8Devices USB2CAN hardware. The current 8Devices USB2CAN driver uses their "Canal" abstraction layer and is Windows-only. I tested this...

major
api
work-in-progress

The HardwareTestCase got over-simplified in commit 48b2acf and now fails. This test case must be executed with at least one adapter connected to the test system. The test method should...

bug

The 'ixxat' interface is not detected with `python-can 3.3.4` : ```python import can can.interface.detect_available_configs() Kvaser canlib is unavailable. fcntl not available on this platform libc is unavailable failed to fetch...

bug
backend:ixxat

Fixes #1111.

bug
backend:pcan

I am using the asyncio support in `Notifier` which works well on reception of messages. However there is no async variant of `BusABC.send()`. It has a timeout which by default...

api
docs

Hello all, I have written a Python script utilizing the Python-CAN library which records received CAN messages at a 1 second rate for 5 minutes, before logging all the messages...

question
os:linux

https://github.com/hardbyte/python-can/blob/ab793f681017e525244647b8a39a13c1e7ac32b5/can/io/asc.py#L176 Im not sure if this was intentional but it seems like Vector CANalyzer does not like header timestamps in terms of microseconds and refuses to import the "asc" log...