flutter_libserialport
flutter_libserialport copied to clipboard
can't get availablePorts
Hello,
I run you plugin on android no root,
I can't get the availablePorts.
This is the devices I have, and they have permission.
And if I give the path directly to new SerialPort("/dev/ttyUSER0"), it throw permission denied , error 13.
But if I use the plugin serial_port_flutter, I can get the list. Could you help me? Thanks.