Open 0x6d7a opened 6 years ago
Hello,
Unfortunately it is impossible, it is a limitation of the underlying tech.
I'm not even sure this is achievable on Android.
Regards
@xseignard This is indeed achievable in Android:
Ctrl+F → driver.getPorts().get(0);
(read the comments)
https://github.com/mik3y/usb-serial-for-android/blob/master/README.md
Well, PR are welcome :)
I am currently working on a project to connect two arduinos with my Android. I wonder how can Cordovarduino work with two arduinos? I cannot open multiple instances for serial communication.