Git Product home page Git Product logo

Comments (19)

jpnurmi avatar jpnurmi commented on July 19, 2024

Hi, perhaps the discussion at jpnurmi/libserialport.dart#3 helps

from flutter_libserialport.

workoutand avatar workoutand commented on July 19, 2024

Hellow, I saw this thread but I didn't understand where those directories came from

from flutter_libserialport.

laychopy avatar laychopy commented on July 19, 2024

Someone made it work?

from flutter_libserialport.

josuemoraisgh avatar josuemoraisgh commented on July 19, 2024

Hello, I have the same problem and so far I haven't seen a solution on the forums. Can you help me?

from flutter_libserialport.

jeremylcarter avatar jeremylcarter commented on July 19, 2024

Anyone with a solution for this?

from flutter_libserialport.

thousmile avatar thousmile commented on July 19, 2024

Hi, perhaps the discussion at jpnurmi/libserialport.dart#3 helps

“ Permission denied, errno = 13 ” Is there a tutorial on how to solve it?

from flutter_libserialport.

Fudal avatar Fudal commented on July 19, 2024

I have the same problem

from flutter_libserialport.

augustbering avatar augustbering commented on July 19, 2024

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.

from flutter_libserialport.

trapeye avatar trapeye commented on July 19, 2024

I have the same problem, is it fix yet?

from flutter_libserialport.

asrafilll avatar asrafilll commented on July 19, 2024

still same problem guys, is it fix yet? Thanks

from flutter_libserialport.

algom-gchauvelin avatar algom-gchauvelin commented on July 19, 2024

Hello, still have the same problem, does someone has a solution?

from flutter_libserialport.

eldhosekm avatar eldhosekm commented on July 19, 2024

am also having the same problem. any fix?

from flutter_libserialport.

augustbering avatar augustbering commented on July 19, 2024

only my "fix" from above

from flutter_libserialport.

eldhosekm avatar eldhosekm commented on July 19, 2024

I make it work using the native implementation of Flutter. in native use this in gradle io.github.xmaihh:serialport:2.1.1

from flutter_libserialport.

Muaz-fmb avatar Muaz-fmb commented on July 19, 2024

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.

from flutter_libserialport.

eldhosekm avatar eldhosekm commented on July 19, 2024

you can use MethodChannel to communicate to native here is the sample. You will get the callback in flutter from java or kotlin.

https://medium.com/@iiharish97ii/method-channel-in-flutter-bridging-native-code-and-flutter-with-two-way-communication-788d1e91c8c1

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.

from flutter_libserialport.

Muaz-fmb avatar Muaz-fmb commented on July 19, 2024

you can use MethodChannel to communicate to native here is the sample. You will get the callback in flutter from java or kotlin.

https://medium.com/@iiharish97ii/method-channel-in-flutter-bridging-native-code-and-flutter-with-two-way-communication-788d1e91c8c1

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.
reach me out on [email protected]

from flutter_libserialport.

guyluz11 avatar guyluz11 commented on July 19, 2024

Having the same problem while running flutter on Linux.
Using sudo solved it.

from flutter_libserialport.

lucafabbri avatar lucafabbri commented on July 19, 2024

We put permission handling in todo.
Activity is tracked in #76
Closed

from flutter_libserialport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.