USB cant send multiple messages
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-08-25 11:58 PM
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.
Labels:
- Labels:
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-08-26 10:43 AM
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
