This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C5515 CLS USB CDC example - Is there a way to know that data transfer has been completed ?

1. After I call cdc_putData, the function returns before the data has been sent. 

If I call it again before the transaction has been completed, there new data overrides the old one.

Is there a way to check if the data transfer was complete ?

Thanks.