python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### 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...
### 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...
### 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...
### 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....
### 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...
* 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.
Feedback from users with usb2can interface needed.
## 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...