Deze app laat zien hoe je de USB Host in de Android gebruikt om verbinding te maken met het apparaat
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