This app shows you how to use the USB Host in the Android to connect to deviceThis example shows you how to use the USB Host API in the Android OS to
Version
1.3
Package Name
com.microchip.android.BasicUSBDeviceDemo
Category
Practical Tools
Size
77.42KB
Release Time
August 4, 2025
This app shows you how to use the USB Host in the Android to connect to device
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