This directory provides definitions, structs and functions for a USB CDC device - USB CDC Serial Converter demo, to implement an USB Serial COM port driver.
Contents
There are two things for the implement of the USB CDC Serial device driver:
Implement the CDC Serial driver structs and functions for the device, to initialize, to handle CDC-specific requests and dispach standard requests in USBD callbacks, to read/write through assigned USB endpoints,
Create the CDC Serial device's descriptors that should be passed to the USBDDriver instance on initialization, so that the host can recognize the device as a USB CDC Serial COM port device.
For more information about what a particular group contains, please refer to "USB CDC Serial Device".
Source
The documentation for this Directory was generated from the following files: