Hi,
My android box has an arduino connected, I made the manifest/device_filter as it shows on
and it works perfect, almost. If I turn the box without plugin the usb arduino, and then plug it, the app is lauched automaticaly and it connects perfect with the arduino.
But if I turn on the box with the arduino plugged, nothing happens, and I have to click on the app icon to start it, and it ask for the USB permission.
Im missing somethig?
I was thinking on put a relay to delay the "plug the USB" , but it is an extreme solution by hardware, I hope can fix it by software!
Thanks in advance!
My android box has an arduino connected, I made the manifest/device_filter as it shows on
felUsbSerial - Alternative Usb Serial library
I found the Error. FTDISioIds.java: new ConcreteDevice(0x04d8, 0x000a) but the device is a cdcserial Devicewww.b4x.com
and it works perfect, almost. If I turn the box without plugin the usb arduino, and then plug it, the app is lauched automaticaly and it connects perfect with the arduino.
But if I turn on the box with the arduino plugged, nothing happens, and I have to click on the app icon to start it, and it ask for the USB permission.
Im missing somethig?
I was thinking on put a relay to delay the "plug the USB" , but it is an extreme solution by hardware, I hope can fix it by software!
Thanks in advance!