Hi everyone,
I'm using a tablet pc panel with Android.
This panel pc has a USB port that I use to communicate using a USB to TTL converter (YP-01).. the chinese ones you find on Amazon/Aliexpress (Link)... The problem is that using the USB library if the usb is removed and re-inserted it keeps asking for permission everytime! it does not store the fact that was already authorized... is there a method to prevent asking everytime?
Thanks in advance
I'm using a tablet pc panel with Android.
This panel pc has a USB port that I use to communicate using a USB to TTL converter (YP-01).. the chinese ones you find on Amazon/Aliexpress (Link)... The problem is that using the USB library if the usb is removed and re-inserted it keeps asking for permission everytime! it does not store the fact that was already authorized... is there a method to prevent asking everytime?
Is there a way to Wait For this permission
B4X:
Public manager As UsbManager
manager.RequestPermission(device)
Thanks in advance