python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### Describe the bug No combination of inputs for Channel works to initiate an isCAN interface ### To Reproduce Just looking to make a connection. The required input to Channel...
Some older devices in the wild use non-iso CAN FD (Bosch). Some hardware supports choosing the mode in the driver, others are configurable during install or with a separate application....
### Describe the bug SeeedBus can be used with the logger and viewer scripts but data transmitted via it does not seem to actually reach the canbus. ### To Reproduce...
I am trying to send a CANFD message with a PCAN interface with PCAN USB-FD. I am not getting that sent message on my HW. I am using the below...
### Describe the bug Note; I can reproduce this error on Mac OS. On Windows it seems to run fine. When two (threadsafe) buses are deleted simultaneously, the library is...
### Describe the bug Calling this function of can.interfaces.ics_neovi.neovi_bus causes Segmentation Fault: ` def shutdown(self): super().shutdown() ics.close_device(self.dev) ` ### To Reproduce Having a neoVI Fire 2 device transmitting CAN signals...
Re-implement ixxat bus in a single class using only the VCI4 driver as [discussed here](https://github.com/hardbyte/python-can/pull/1607#discussion_r1213660540) - [x] initial refactor - [x] hardware testing - [x] implement support for BitTiming classess...
A solution to solve issue #1531. Mainly include 2 changes in `ASCReader` class: 1. extract header when initial ASCReader, to get correct `start_time`, `version`, `date`, etc before iterate the messages....