python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
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....
### 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)...
I am trying to get my own send messages using the SLCAN Interface. Am I right, that the module does not support this feature?
USB2CAN
Hi there I am new here and I am wondering if the lib supports ZLG USBCAN series products in linux? thanks a lot
### 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...
### 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...
### 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...
### 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...