Giter Club home page Giter Club logo

Comments (5)

vmaury avatar vmaury commented on June 28, 2024 1

I'd got same issue ...
After a lot of tries (note I'm VERY bad in java,maven and so on, I hate Java, that's the main reason I chose react to code ;-)), It works
You can find my realease here : http://vmaury.o2switch.net/tmp/react-native-usbserial.zip, feel free to modify it, and commit it somewhere

from react-native-usbserial.

Nash171 avatar Nash171 commented on June 28, 2024

I got the same issue. still looking for a solution :(

ps: I just saw your fix in your fork. Is that working well?
I will try to use it. Thanks

from react-native-usbserial.

vmaury avatar vmaury commented on June 28, 2024

Note that during this tries, I linked NOT with com.hoho.android:usb-serial-for-android:0.2.0-SNAPSHOT but with more recent com.github.mik3y:usb-serial-for-android:3.4.0 (I thought that was the bug source, no, but I think it's always better if It's linked with a more recent version).
In my buid.gradle, I also add

dependencies {
    implementation 'com.github.mik3y:usb-serial-for-android:3.4.0' 
... 
}

and

repositories {
  maven { url 'https://jitpack.io' }
}

from react-native-usbserial.

theorime avatar theorime commented on June 28, 2024

I just tried it and it's working ! Thank you so much

from react-native-usbserial.

LjMax avatar LjMax commented on June 28, 2024

@vmaury or someone else, can you share a working solution, since link you posted doesn't work anymore?

from react-native-usbserial.

Related Issues (12)

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.