python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### 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...
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...
### 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,...
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...
### 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...
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) ```...
### 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...