python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### Describe the bug I used to be able to successfully obtain data using the following code, but now the data cannot be displayed The hardware I am using is...
### Is your feature request related to a problem? Please describe. We encountered an ASC file that contains channels names like `Li`: ``` 42.017364 Li 14 Rx 8 2a 79...
### Describe the bug I am trying to receive CAN-FD messages using the PCAN interface. However, an error occurs during initialization, and I cannot proceed with receiving messages in CAN-FD...
I configured CAN using the interface.Bus method and selected "receive_own_messages=True". But this doesn't seem to have any effect. I'm not receiving the sent messages back. I checked the PCANBasic libraries,...
### Describe the bug When there is an invalid frame on CAN bus (in our case CAN FD), PCAN first reports result PCAN_ERROR_ILLDATA and then it send the error frame....
### Describe the bug For my aplication I need to set filters dynamically, changing them every second or so. The bus I'm working on is quite crowded and I am...
I wonder if it is possible to acquire data using two or more Vector HW synchronized. Could you please help me with an example?
### Describe the bug Hi, I'm using your application to forward messages between CAN buses, and I've noticed an issue when running the executable file. When I call the detect_available_configs...
Merge request for #1824. Please accept if it meets your internal standards. Thank you