I have used a HID interface, extensively in the past, with PIC18f2550 devices,
this works very well, and can be very fast.
especially with DELPHI.
it would be nice if the MBED could Send/Receive HID Messages, using the other USB Connection.
any chance of a library or some code examples,
I cannot find any information on how to do this for the MBED.
Cheers
Ceri
After some (rather short!) looking on forum and cookbooks, I found no easy way to communicate between mbed and PC custom software (not dedicated terminal) using USB port.
Does such possibility exists ?
We plan to use USB to accept commands from our PC soft, control some hardware and return back the results (like current position).
I would highly appreciate any link and may be some code fragments for both mbed and PC side...