python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
### Describe the bug ### To Reproduce Run two captures at the same time, one using candump with hardware timestamps : `candump -ta -H can1 ` The other utilising python-can...
bus = can.interface.Bus(interface='kvaser', channel=0, bitrate=500000) when run this report error File "\Lib\site-packages\can\interfaces\kvaser\canlib.py", line 563, in __init__ canIoCtlInit( ~~~~~~~~~~~~^ ^^^^^^^^^^^^^^^^^^ ...... 1, ^^ ) ^ File "\Lib\site-packages\can\interfaces\kvaser\canlib.py", line 102, in __check_status_operation...
…lback to guid ## Summary of Changes This change correct detection of hardware id for legacy product and VCI 3.5 (i.e {xxxxxx-xxxx-xxxx-xxxxxxxxxxxx}). decode("ascii") is not able to produce a result...
BLFReader and BLFWriter changed the default timezone from local timezone to utc, cause different behavior between different version. Suggest to add timezone optional argument to give a better flexible to...
### Describe the bug When sending a lot of packets very quickly to a physical socketcan bus, `bus.send()` raises a `can.exceptions.CanOperationError: Failed to transmit: No buffer space available [Error Code...
使用C++编写了一个毫秒级的定时器,用于解决Windows下周期报文发送误差较大的问题,实际测试99.9%误差小于1ms,dll源码:https://github.com/fshoocn/precision_tools
### Describe the bug In the `send()` method of `BusABC`, the optional `timeout` argument is documented as ``` If > 0, wait up to this many seconds for message to...
## Main Problem I don't like that the SeeedBus interface does not allow for the configuration of the hardware acceptance filter and mask during the bus initialization. My use case...
### Describe the bug When reading a BLF file with python-can, the parsed timestamps are always 8 hours later than what is shown in Vector CANoe. ### To Reproduce 1.Create...
### Is your feature request related to a problem? Please describe. Give possibility to user to filter can messages Logged by logger feature of library ### Describe the solution you'd...