prunith
prunith
Hi since latest version i see many message "Transfer aborted by client with xxxx" printed in terminal. Especially when SDO request timeout. I see in code that those messages are...
Hi, There is an issue when wy try to remap pdo. My EDS file contains only one variable for RPDO 1and when i try to add additional variable with rpdo[1].add_variable()...
**Describe the bug** Some of IXXAT board does not include FEATURE_SCHEDULER and as IXXAT internal scheduler is used by default in python CAN it return error "Division by Zero" when...
Hi i m trying to use scrapetube on ubuntu 20.04 Python 3.8.10 behind company proxy setup-ed as follow: `proxies = {"http": "http://x.x.253.137:80","https": "http://x.x.253.137:80"}` scrapetube return: ``` Traceback (most recent call...
### Describe the bug When bus.recv raise an error notifier thread is stoped. Role of notifier is to cascade issue to the listener but not close itself ### To Reproduce...
When run exmple with canable device it fail with error: `Traceback (most recent call last): File "", line 1, in dev.start() File "C:\Users\100034799\AppData\Local\Programs\Python\Python310-32\lib\site-packages\gs_usb\gs_usb.py", line 66, in start self.gs_usb.ctrl_transfer(0x41, _GS_USB_BREQ_MODE, 0,...
With python 3.12 i got error: File "C:\Users\100034799\AppData\Local\Programs\Python\Python312\Lib\site-packages\canopen\objectdictionary\__init__.py", line 281, in class ODVariable: File "C:\Users\100034799\AppData\Local\Programs\Python\Python312\Lib\site-packages\canopen\objectdictionary\__init__.py", line 290, in ODVariable INTEGER24: IntegerN(24), TypeError: Struct() argument 1 must be a str or...
…lback to guid ## Summary of Changes This change correct detection of hardware id for legacy product and VCI 3.5 (i.e {xxxxxx-xxxx-xxxx-xxxxxxxxxxxx}). decode("ascii") is not able to produce a result...
### Is your feature request related to a problem? Please describe. Give possibility to user to filter can messages Logged by logger feature of library ### Describe the solution you'd...
When generating Srecord file from binary , library automatically add footer (S5 or S6 record file) but for legacy tools this field does not exist. Please add a way to...