CDCDSerialDriver.h
Default mainpageat91libusbdevicecdc-serialCDCDSerialDriver.h
Description Overview
Methods Brief description
 CDCDSerialDriver_GetSerialState Returns the current status of the RS-232 line.
 CDCDSerialDriver_Initialize Initializes the USB Device CDC serial driver & USBD Driver.
 CDCDSerialDriver_Read Receives data from the host through the virtual COM port created by the CDC device serial driver.
 CDCDSerialDriver_RequestHandler Handles CDC-specific SETUP requests.
 CDCDSerialDriver_SetSerialState Sets the current serial state of the device to the given value.
 CDCDSerialDriver_Write Sends a data buffer through the virtual COM port created by the CDC device serial driver.
Defines  
 CDCDSerialDriver_STATE_BREAK Indicates a break has been detected.
 CDCDSerialDriver_STATE_FRAMING Indicates a framing error has occured.
 CDCDSerialDriver_STATE_OVERRUN Indicates a data overrun error has occured.
 CDCDSerialDriver_STATE_PARITY Indicates a parity error has occured.
 CDCDSerialDriver_STATE_RINGSIGNAL Indicates a ring signal has been detected.
 CDCDSerialDriver_STATE_RXDRIVER Indicates the receiver carrier signal is present.
 CDCDSerialDriver_STATE_TXCARRIER Indicates the transmission carrier signal is present.