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

### Describe the bug I have a 120 s long message ,then I find that It takes me 324.2 s to play. The Timestamp is still about 120 s, but...

bug

Add ZLG USB CAN device such as USBCANFD-200U and Tosun USB CAN device such as TC1001, TC1011, TC1004, TC1014, TC1016 etc. support. Including TSMaster COM driver

[The last Travis CI run was 7 months ago](https://app.travis-ci.com/github/hardbyte/python-can/builds). We still have our socketcan tests and mypy on Travis only. Also the Travis badge link is broken.

testing
QA

I rebased https://github.com/hardbyte/python-can/pull/554/

Hello, This change allows `can.detect_available_configs(['socketcan'])` find not just `canX` and `vcanX` interfaces, but also `slcanX` interfaces too. Such names are given by default to interfaces that are created using the...

backend:socketcan

A `RotatingLogger` object is created that constrains the file by file size, time or both. In the case of when both are constrained, the first that occurs will trigger the...

enhancement
file-io

I see two options here: 1. The `-s` option for the blf rolling logger will **not** define the file size to be written, but rather the buffer size prior to...

I would like to have a function that detects if a single or multiple interfaces (and multiple brands) are connected to the computer and returns all possible info. In this...

enhancement

Hi, I am trying to read 2 channels at once with my Vector tool 1610. The two channels have different baud rates. I tried the following formatting but that throws...

question
backend:vector