xseignard / cordovarduino

Cordova/Phonegap plugin for USB host serial communication from an Android device.
MIT License
166 stars 110 forks source link

Can cordovarduino be used to write to a regular thumb drive? #117

Open nevkatz opened 4 years ago

nevkatz commented 4 years ago

Working on an app that copies files from the device to a thumb drive. Cordova plugin file doesn't seem to work for this in Marshmallow and Pie, and I was wondering if cordovarduino would be a suitable replacement for creating directories and files on a thumb drive since it seems to have pie-compliant functionality (broadcast receivers and such) for requesting permissions.

Thank you for any insight.

Best, Nevin