Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

MobileChromeApps/cordova-plugin-chrome-apps-usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome.usb Plugin

This plugin provides USB connectivity for Android.

Status

Beta on Android. iOS not supported.

Reference

The API reference is here.

Release Notes

1.2.0 (March, 2016)

  • Adds chrome.usb.cordova.hasUsbHostFeature()
  • Moves getDevices() to a background thread

1.1.0 (Feb, 2016)

  • 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

1.0.1 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.0.0 (March 30, 2015)

  • Initial release