Ứng dụng này cho bạn biết cách sử dụng Máy chủ lưu trữ USB trong Android để kết nối với thiết bị
This example shows you how to use the USB Host API in the Android OS to connect to either a HID device or a Vendor Class (LibUSB, WinUSB, or MCHPUSB) device.
The firmware, documentation, and additional information are available at www.microchip.com/android.
Version History:
v1.1:
* Fixed race condition between device detach and onPause() routine.
v1.0:
* Initial release