i.MX53 USB port access by User Application

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

i.MX53 USB port access by User Application

596 次查看
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)?
标记 (1)
0 项奖励
回复
1 回复

511 次查看
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 项奖励
回复