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

This is really more of a general question than a bug or feature request apologies if it is annoying to post this general enquiry here I am happy to delete....

enhancement

### Describe the bug When I try to initialize the can.bus() for the VN1610 vector dongle with the fd parameter I get the following error. ` can.interfaces.vector.exceptions.VectorInitializationError: xlCanFdSetConfiguration failed (XL_ERR_WRONG_PARAMETER)...

bug

I am trying to get my own send messages using the SLCAN Interface. Am I right, that the module does not support this feature?

enhancement

Hi there I am new here and I am wondering if the lib supports ZLG USBCAN series products in linux? thanks a lot

enhancement

### Is your feature request related to a problem? Please describe. The existing `SizedRotatingLogger` can be used to frequently (or infrequently) write CAN traces to a file by specifying a...

enhancement

### Describe the bug CAN-FD initialization error on PEAK device (PCANUSB-FD) vector can works well with CAN-FD. ### To Reproduce h_can = can.interface.Bus(bustype='pcan', channel='PCAN_USBBUS1', bitrate=500000, fd=True) # fail ### Expected...

bug
backend:pcan

### Describe the bug I am unable to utilize two separate ixxat devices at the same time via python-can. I am trying to utilize two ixxat devices via python-can to...

bug

### Describe the bug AttributeError: module 'logging' has no attribute 'getLogger' ### To Reproduce I am unable to use the python-can library because of this issue - I have checked...