-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SerialPortError (SerialPortError: Permission denied, errno = 13) #26
Comments
Hi, perhaps the discussion at jpnurmi/libserialport.dart#3 helps |
Hellow, I saw this thread but I didn't understand where those directories came from |
Someone made it work? |
Hello, I have the same problem and so far I haven't seen a solution on the forums. Can you help me? |
Anyone with a solution for this? |
“ Permission denied, errno = 13 ” Is there a tutorial on how to solve it? |
I have the same problem |
This lib should be updated to use the new android permissions handling, see https://github.com/altera2015/usbserial/blob/master/android/src/main/java/dev/bessems/usbserial/UsbSerialPlugin.java That lib, usbserial, could be used instead of this one until it's fixed here I think. |
I have the same problem, is it fix yet? |
still same problem guys, is it fix yet? Thanks |
Hello, still have the same problem, does someone has a solution? |
am also having the same problem. any fix? |
only my "fix" from above |
I make it work using the native implementation of Flutter. in native use this in gradle io.github.xmaihh:serialport:2.1.1 |
is it possible for you to put the steps on how you solved it, unfortunately, I have zero knowledge of the native structure. |
you can use MethodChannel to communicate to native here is the sample. You will get the callback in flutter from java or kotlin. then you write the code in native (java or kotlin) using this library( io.github.xmaihh:serialport:2.1.1) to communicate with serial port. |
Can you help me with setting it up? it won't be for free. |
Having the same problem while running flutter on Linux. |
We put permission handling in todo. |
Hi everyone,
I'm trying to run the example of the flutter_serialport lib, but it doesn't work on the android system, only windows, can anyone help me?
The text was updated successfully, but these errors were encountered: