uint8_t USBHostCDCDeviceStatus( uint8_t deviceAddress );
This function determines the status of a CDC device.
None
Return Values |
Description |
Illegal device address, or the device is not an CDC | |
CDC is attached and in the process of initializing | |
USB_PROCESSING_REPORT_DESCRIPTOR |
CDC device is detected and report descriptor is being parsed |
CDC Device is running normal, ready to send and receive reports | |
Device is holding due to error | |
CDC detached. |
None
MLA - USB Library Help Version : 2.16
![]() |