uint8_t USBHostCDCTransfer( uint8_t deviceAddress, uint8_t request, uint8_t direction, uint8_t interfaceNum, uint16_t size, uint8_t * data, uint8_t endpointDATA );
This function starts a CDC transfer. A read/write wrapper is provided in application interface file to access this function.
None
Return Values |
Description |
USB_SUCCESS |
Request started successfully |
No device with specified address | |
Device not in proper state for performing a transfer |
None
MLA - USB Library Help Version : 2.16
![]() |