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 281 python-can issues
Sort by recently updated
recently updated
newest added

The idea came up as part of #1093.

backend:pcan
testing

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...

QA
devops

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...

enhancement
backend:pcan

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...

enhancement
api

~Depends on #615 to be merged first.~ Fixes #538. Part of #614.

backend:pcan
api

**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...

bug

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...

enhancement
api

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)...

bug
backend:iscan

Add possibility to send periodic messages with a stop count as a criteria to facilitate one of sequences. Closes #992

enhancement
api
work-in-progress