Metadata-Version: 2.1
Name: twopilabs-utils-usbcdc
Version: 0.1.0
Summary: Native USB CDC ACM implementation using PyUSB
Home-page: https://www.2pi-labs.com
Author: 2pi-Labs GmbH
Author-email: opensource@2pi-labs.com
License: LGPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

USB Communication Device Class (CDC) implementation in python using PyUSB
=================================================
A generic (i.e. non-specific) implementation of a USB CDC host client software to talk to USB devices implementing the CDC class instead of reyling on OS provided class drivers.

This library can beneficially be used with the WinUSB and WCID features of Windows to workaround known issues with the Microsoft CDC driver at high data rates.

See https://stackoverflow.com/questions/67804128/stm32-usb-cdc-some-data-lost-with-win-10


