Skip to content
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

No available drivers to communicate with devices #8

Open
lnanhkhoa opened this issue Jul 14, 2018 · 2 comments
Open

No available drivers to communicate with devices #8

lnanhkhoa opened this issue Jul 14, 2018 · 2 comments

Comments

@lnanhkhoa
Copy link

lnanhkhoa commented Jul 14, 2018

I/ReactNativeJS( 2851): [ { deviceName: '/dev/bus/usb/001/003',
I/ReactNativeJS( 2851): vendorId: 911,
I/ReactNativeJS( 2851): productId: 1345,
I/ReactNativeJS( 2851): deviceId: 1003,
I/ReactNativeJS( 2851): name: '/dev/bus/usb/001/003' },
I/ReactNativeJS( 2851): { deviceName: '/dev/bus/usb/004/003',
I/ReactNativeJS( 2851): vendorId: 11388,
I/ReactNativeJS( 2851): productId: 293,
I/ReactNativeJS( 2851): deviceId: 4003,
I/ReactNativeJS( 2851): name: '/dev/bus/usb/004/003' } ]
No available drivers to communicate with devices

Why i can not connect devices? how should i do?

@ovidius72
Copy link

I'm having the same issue. Any suggestion ?

@omatrot
Copy link

omatrot commented Aug 27, 2019

Yes, take a look at this fork/commit
Please note that the driver is hardcoded to FtdiSerialDriver line 86 of ReactUsbSerialModule.java
If this driver is not working for you, you can use another one to see if that suits you..
In m case, I'm using CdcAcmSerialDriver instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants