I've got a Prolific USB to Serial device. I've tried the felUsbSerial library and it works with it.
I understand that as per many things with Android the user needs to give permission for the app to access it. That is fine when running it the first time.
But it seems that after a reboot you need to do it again. Every time you reboot. This is obviously a problem for devices that will be unattended.
So, questions:
1. Is it possible to give permission only once and that it retains this after a reboot?
2. Will the other serial libraries do the same?
I understand that as per many things with Android the user needs to give permission for the app to access it. That is fine when running it the first time.
But it seems that after a reboot you need to do it again. Every time you reboot. This is obviously a problem for devices that will be unattended.
So, questions:
1. Is it possible to give permission only once and that it retains this after a reboot?
2. Will the other serial libraries do the same?