This plugin provides USB connectivity for Android.
Beta on Android. iOS not supported.
The API reference is here.
- Adds chrome.usb.cordova.hasUsbHostFeature()
- Moves getDevices() to a background thread
- Adds support for chrome.usb.interruptTransfer
- Fix for multiple usage of openDevice
- Implements getDevices filtering
- Set USB feature as optional
- Implemented dynamic USB permission request
- Implemented 'recipient' field in controlTransfer
- Implemented asynchronous control transfer
- Implemented 'timeout' parameter
- Renamed plugin to pubilsh to NPM
- Initial release