I need to test bulk writes of specific size packets (64 Bytes) using the USBDBulkPacketWrite function. I cannot find a working example of how to do this WITHOUT using buffers! Any help would be appreciated.
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.
I need to test bulk writes of specific size packets (64 Bytes) using the USBDBulkPacketWrite function. I cannot find a working example of how to do this WITHOUT using buffers! Any help would be appreciated.
Hello Mark,
Attached is the code which is now working (partially with the USB Bulk Example on Host PC). Note that since Buffer Management is now being done in application, after sending the few bytes the Application does not send anything to the Host.
Now I believe, you have to do Buffer management in the application, which earlier the Ring Buffer was handling for the application.
Regards
Amit