Skip to content

Extended version of package published under new name winusbcdc #6

@andrewleech

Description

@andrewleech

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions