Keelung Yang
Keelung Yang
@skoehler Thanks for your tips! comment time.sleep() saved me from mess after windows 10 installed on my notebook. I meet similar issue while using pymodbus which using pyserial:  
Me too. It's better to add OTX support too. But they're complicated, many works need to be done. Maybe starting an indepent ODX/OTD parser project is better than just adding...
+1. Please
Why there is no a state to stand for RUNNING / NORMAL / BUS_ON ? If users want to check bus state whether in normal (without any error) by reading...
Here are Python life cycles from https://endoflife.date/python  Update1: As described in above link, > Python 3.9+ cannot be used on Microsoft Windows 7 or earlier versions. Last Windows 7...
@felixdivo Thanks. It's OK for waiting and improving my code in actual usage before merging. And please note that I've one line code (-> list[int] in timing module) using Python...
As discussed with supporters from ZLG, they may use incompatible libraries just for supporting Windows/Linux or CAN/CAN-FD, or even for the same product as asked by different clients. We also...
Windows need too.
I got ``` TypeError: argument 1 must be read-only bytes-like object, not bytearray ``` I use bytearray because I've to serialize some data structure at runtime. Some packages have dropped...
> @keelung-yang would you mind reviewing #1351 and comparing? Hi @hardbyte & @zhuyu4839 Seems zhuyu's implement is depended on his zlgcan-driver project: https://github.com/zhuyu4839/zlgcan-driver, which trying to wrap different APIs and...