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 Timestamps from kvaser messages are errouneous, due to the timestamp offset applied is incorrectly initialized in init function. Looks like the root cause is that the...

bug

Hello, I am an employee of Shanghai Tongxing Intelligent Technology Co., Ltd. We are interested in integrating our company's device into Python-can. Currently, many users are requesting the ability to...

enhancement

### Is your feature request related to a problem? Please describe. No, I need your support to make this library could run on Linux Embedded device (raspberry pi, orange pi,...

enhancement

This fix allow to send CLASSIC CAN frames with a DLC value larger than 8 using the socketcan interface. In addition it allow to parse incoming socketcan messages with the...

### Describe the bug Connect the kvaser tool to the ecu. Use vector to observe that the ecu normally sends and receives messages. However, the connection is normal when the...

bug

希望支持更多的CAN工具,如创芯科技USBCANFD、周立功CAN工具、广成科技CAN工具、智嵌物联CAN等

enhancement

### Is your feature request related to a problem? Please describe. As a user, I would like to have synchronization between hardware time (currently I am using Kvaser, but it...

enhancement

Greetings! I'm using python-can to talk to my inverter's battery. ### Describe the bug In class Notifier: ```python def _on_message_available(self, bus: BusABC) -> None: if msg := bus.recv(0): self._on_message_received(msg) ```...

bug

### Is your feature request related to a problem? Please describe. This is not a problem, just a suggestion. ### Describe the solution you'd like I have no solution so...

enhancement