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

Implements a _detect_available_configs method for Seeedbus

backend:seeedstudio

added columns "bus" and reserverd. bus is the number of the CAN Bus as an integer, reserved is not parsed. Reference: https://www.peak-system.com/produktcd/Pdf/English/PEAK_CAN_TRC_File_Format.pdf

file-io

current `TRCWriter` does not implement method for fileversion 1.1. So i have implemented it. And trc can be generated as follows ``` ;$FILEVERSION=1.1 ;$STARTTIME=45248.7383051968 ; ; Start time: 18-11-2023 17:43:09.569.0...

file-io

The modification ensures that the Neousys interface's method '_detect_available_configs' function checks if NEOUSYS_CANLIB is None. If it's None, no configuration is returned, and if it's not, the usual configuration with...

backend:neousys

### Describe the bug ### To Reproduce 1:The hardware part is the USB-CANFD professional version of Zhiming Electronics, and the picture is as follows,The lower computer is the company's own...

bug

### Describe the bug Cannot set bitrate for some Candlelight devices. I'm using [MKS CANable V2.0 Pro board](https://github.com/makerbase-mks/CANable-MKS) with Candlelight firmware. ### To Reproduce Demonstrated here on an interactive session:...

bug

### Describe the bug Messages are truncated while using send command. Messages are truncated while using close command. ### To Reproduce Code as example. Requires python-can and pyserial modules. Windows...

bug

Hello Developer I am try to use the Lib to period sending message, now when I periodic sending about 35 CAN message with different ID and different sending cycle. And...

### Describe the bug To put it simply, I have a script that implements a simple protocol to flash a device via canbus. I'm using the python-can library, and have...

bug