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

### Describe the bug First of all, I think this issue might be related to [Graceful exception handling in Notifier thread](https://github.com/hardbyte/python-can/issues/907). I have a similar issue where I need to...

bug

### Describe the bug `can.detect_available_configs()` returns `[{'interface': 'virtual', 'channel': 'channel-9336'}, {'interface': 'neousys', 'channel': 0}]` when no interface is connected. ### To Reproduce ``` import can can.detect_available_configs() ``` ### Expected behavior...

bug

### Is your feature request related to a problem? Please describe. I am reading the CAN-FD bus of BOSCH SMART SYSTEM ebikes. For example packets with ID 0x507 can have...

enhancement

Could python-can support the esdcan interface? And what's the interface name?

enhancement

### Describe the bug VectorBus has default app_name "CANalyzer" causing issue finding channels that haven't been associated yet to that app_name. ### To Reproduce Install drivers for the device first....

bug

### Describe the bug I am simulating that a signal is coming to the rpi so that I can capture that message edit the message ID and then send it...

bug

* Modified `bus.py` to include an optional argument, `period_intra`, in `send_periodic` and `_send_periodic_internal` * Implemented `VariableCyclicTaskRateABC` within `broadcastmanager.py` to be inherited by `ThreadBasedCyclicTask` * Added attributes to `CyclicSendTaskABC` to help...

Feedback from users with slcan interface needed.

help wanted
backend:slcan

Feedback from users with usb2can interface needed.

help wanted
backend:usb2can

## Problem Description: ### 1. Transmit a group of messages with a Group Period and intra-Message Period When transmitting a group of messages with `send_periodic()`, the only option is to...

enhancement