CDCDSerialDriver.h
Default mainpageat91libusbdevicecdc-serialCDCDSerialDriver.h
Description Overview  
Description
Purpose
Definition of a class for implementing a USB device CDC serial driver.

Usage
  1. Re-implement the USBDCallbacks_RequestReceived method to pass received requests to CDCDSerialDriver_RequestHandler. *This is automatically done unless the NOAUTOCALLBACK symbol is defined*.
  2. Initialize the CDC serial and USB drivers using CDCDSerialDriver_Initialize.
  3. Logically connect the device to the host using USBD_Connect.
  4. Send serial data to the USB host using CDCDSerialDriver_Write.
  5. Receive serial data from the USB host using CDCDSerialDriver_Read.