cancel
Showing results for 
Search instead for 
Did you mean: 

USB cant send multiple messages

-----????_---- ---??as
Associate III
Posted on August 26, 2017 at 08:58

USB cant send multiple messages though I gave delay.How many messages I want to send It only sends one.Where do I mistake?Probably your code also has an error because I have not changed anything.0690X000006042GQAQ.jpg

#usb
1 REPLY 1
Posted on August 26, 2017 at 19:43

Hello.

Don't forget , you are inside RX calback function.

In this case is normal to send only one packet.

You can send any number of packets you want but outside of CDC_Receive_FS(..) !

Regards