Hi,
We need to have an example of the USBLIB used in StarterWare with plain Host control and bulk endpoints in order to communicate with our own external USB device.
Our solution will have the AM3359 as host and our USB external device.
Until now we have seen HID and MSC host class examples in usblib, yet a simple custom host implementation looks really perplexed in the way usblib is structured right now.
Is there any pointer or sample/example for us with a simple bulk endpoints host application where we can start with?
We need to do simple tasks from our host (AM3359) application, eg
1. Identify if our board is connected on the AM3359 USB controller and open a handle to it
2. Configure and open bulk endpoints/pipes
3. Read/Write on the endpoints/pipes
4. Close the handle when we finish
Thanks for any help.
Christos