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

I fixed all Sphinx warnings except for the nixnet interface, that one remains broken. The documentation is now built in github actions.

docs

Hi guys, I'm a PLC programmer with just basic knowledge in Python so it is probably just something basic missing. I've installed python-can in PyCharm. Usng the example "send_one", it...

### Is your feature request related to a problem? Please describe. I would like to analyze some can traffic with wireshark. With Wireshark it is possible to check e.g. CANopen...

enhancement

Hello there! Very nice code, but I still haven't been able to try it. Can you please tell me how can I use canopen with USBCAN adapter? My adapter is...

enhancement

### Describe the bug ``` result = PCANBasic.PCANBasic().SetValue( getattr(PCANBasic, 'PCAN_USBBUS1'), PCANBasic.TRACE_FILE_SEGMENTED, PCANBasic.PCAN_PARAMETER_ON, ) ``` return 65536 as error. It does only impact the logging of the trace, not the other...

bug

### Is your feature request related to a problem? Please describe. This is a feature request of sort as a request to enable an integration for Home Assistant that would...

enhancement

### Describe the bug A [GZipFile](https://github.com/python/cpython/blob/b69ba3d7233013ea8cb95a3e30e2338f7f76b359/Lib/gzip.py#L121) object implementation in `cpython` is unable to be sought negatively while in write mode. This is problematic for the `BLFWriter`. Upon initialization, the `BLFWriter`...

bug

The current implementation of the `BLFWriter` requires that the file be negatively sought (https://github.com/hardbyte/python-can/pull/1379#discussion_r952598015). The `cpython` implementation does not allow for `GzipFiles` to be negatively sought while in write mode....

Currently python-can extracts can data only from any blf, what it does to ethernet data? And on what parameters it is skipping? If possible can you suggest any way or...

### Describe the bug it seems that `python-can` fails the test-suite on big-endian machines. See https://ci.debian.net/data/autopkgtest/testing/s390x/p/python-can/24833388/log.gz (see below for an excerpt) ### To Reproduce run the test-suite on a big-endian...

bug
backend:socketcan