i.MX53 USB port access by User Application

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX53 USB port access by User Application

461 Views
robertzdunski
Contributor I
I have an external device connected through USB interface to the i.MX53. That device might function as OTG, Host or slave, no problem, I have full control over it. Ideally I would like to have that device function as an HID class device connected to i.MX53 host, but it is not mandatory at all. Any suggestions of how the USB port of the i.MX53 could be accessed by my Android application (i.MX53 is running the most recent Android Gingerbred by Adeneo)?
Tags (1)
0 Kudos
1 Reply

376 Views
rlorriaux
Contributor I
libusb can be ported fairly easily to android (search for "libusb android") and will let you access the USB port in a friendly way. Then, you can expose it to Java apps if you want to.
0 Kudos