Hi,
I want to make a mouse-like device out of the OMAP-L137. I've compiled and successfully run the HID keyboard example provided with the BIOSUSB drivers. I've looked at the source but I don't understand much about it since I'm new to the USB developer world. So I have some very basic questions:
1. How do I modify the keyboard example? For example: instead of printing the demo message when I press "SHIFT+SCROLL LOCK" it should be printed when I press "CTRL+D"... Or how could I make the driver periodically send a "A" key to the host?
2. How can I use/access the keyboard driver/data on the host?
3. How can I turn the keyboard driver example into a mouse driver example?
4. Where can I find some tutorial or wiki like documentation on using the Jungo USB device stack?
FYI: I have a Spectrum Digital OMAP-L137 EVM Rev.E but I only use the DSP side.
Thank you very much for your help.
Andreas