I need to communicate with an external device with PhoneGap on Android.
It is working by bluetooth with a PhoneGap plugin. Now I want to communicate by the USB port.
Is is possible with PhoneGap, to have access to an external device, by using the USB host capabilities of an Android device?
Any existing PhoneGap / Cordova plugins?
Any examples?
I'm having a hard time finding something similar to prove my concept...
I have developed such plugin, see https://github.com/xseignard/cordovarduino
Maybe it will fit your needs