python-can
python-can copied to clipboard
The can package provides controller area network support for Python developers
Hi! I'm building a tool to record CAN signals. I've found that, once the system is booted, the first recording is allright but the following ones capture about one second...
### Describe the bug when i develop it in pycharm, everything runs OK,but when i generate the exe file, hardware cannot de detected. ### To Reproduce ### Expected behavior ###...
### Is your feature request related to a problem? Please describe. I am using this library to analyze can traces in several formats. Sometimes i would like to add some...
### Describe the bug When using the "iscan" bus interface, messages that are sent are not received by the bus. Where/How can I go about implementing this? ### To Reproduce...
### Describe the bug When Calling Uds() Getting timeout error as Exception: Timeout in waiting for message ### To Reproduce rawEcu = Uds(reqId=0x7D0, resId=0x7D8, interface="vector", appName="CANalyzer", channel='1',configPath = r"C:\Users\hil133\Downloads\CanConnect") Below...
### Describe the bug If i modify my code to use ``` logger = TRCWriter(f'{folder_path}_can_log_{now}.trc', file_version=TRCFileVersion.V1_1) ``` i get an error. I suppose I am calling the version incorrectly or...
### Describe the bug Receiving the following error when calling `send_periodic()` on RPI (Linux 6.1.21-v8+) using `socketcan` bus: `can.exceptions.CanOperationError: Couldn't send CAN BCM frame due to OS Error: Invalid argument...
Replay candump: `MessageSync` (python-can) and `canplayer` (can-utils) behave slightly differently
Hi, ### Observation: Regarding the skip parameter `MessageSync` (python-can) and `canplayer` (can-utils) behave slightly differently. `canplayer -s 1 -I candump.log` skip gaps in timestamps > 1 second if skip gap...
### Describe the bug I have an application on Windows 10 that sends and receives CAN bus messages and I am using a USB2CAN module by Inno-maker having installed python-can[gs-usb]....
1. Where can I find the configuration files? Do we need to keep the config files ? in following path On Windows systems the config file is searched in the...