-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi, Thanks for building this and sharing it (a few years back).
I've created a package based on it to communicate with USB Virtual Com Port devices instead of using pyserial / usbserial.sys to avoid data loss issues in Win10 with usbserial.sys driver.
To do so I've build a new even-higher layer driver to replicate the basic pyserial interface and included that on top of your high level interface. I've fixed python3 support as well as x86/x64 compatibility. I've also added set_timeout and flush functions as well as a number of other cleanups.
I've published the extended package to pypi under the name winusbcdc with the code all here: https://gitlab.com/alelec/winusbcdc
I hope you don't mind me including your work as such, I really appreciate the time and effort it clearly took to build.
Assuming it's ok to keep the package listing up, would you mind me listing the licence as Python, or MIT / Apache ?