python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
The idea came up as part of #1093.
This was notable in many of the recent pull requests. For example: #1075 essentially only removed comments, so it should have nearly no impact on the coverage. However, this is...
Hello, In pcan.py currently the PcanBus(BusABC) class allows to initialize the speeds which are defined in pcan_bitrate_objs. I would like to extend the functionality to allow all possible speeds by...
I've had a quick look at the various interfaces and how you can specify custom bit timing parameters. They vary in abstraction. Some supports setting BTR registers directly, usually using...
~Depends on #615 to be merged first.~ Fixes #538. Part of #614.
**Describe the bug** Error state indication observed for can.Message with is_fd=True and bitrate_switch=True **To Reproduce** Steps to reproduce the behavior (please add longer code examples below): If i create CAN...
Hi, I´ve got a question / issue? I use python-can with Vector CANoe to log the CAN Data and use it in python. When I´m using a real CAN-Interface (VN1610),...
Quick implementation of changing the bitrate at runtime. I just want to get a feel if this is the interface we would like or if there is something better. I...
The notifier module does not handle exceptions well. Some drivers (in this case) throw an exception if there is no other participant on the bus yet (messages are not ACKed)...
Add possibility to send periodic messages with a stop count as a criteria to facilitate one of sequences. Closes #992