2016-08-05 10:11 AM
I am working with a project with USB CDC vitual Com port and wonder if there is any way to postpone the receive data (tell the computer to stop transfer data ) and then resume it when the process is done?
2016-08-09 06:30 AM
You have to call ''USBD_CDC_ReceivePacket'' to start receiving the next packet. You just don't call it unless you are ready to receive and process new data.
Bernd