void USBD_CDCn_ACM_DataReceived ( uint32_t len )
Function indicating new data was received by USB CDC class Device (Virtual COM Port)
Parameters
[in] len number of bytes available to read.
Returns
none.
The function USBD_CDCn_ACM_DataReceived notifies that there is newly received data available.
The argument len is number of bytes available to read. Modify this function to the application needs.
Note
Callback when new data is received on Bulk OUT Endpoint.
|