react-native-usbserial icon indicating copy to clipboard operation
react-native-usbserial copied to clipboard

No available drivers to communicate with devices

Open lnanhkhoa opened this issue 7 years ago • 2 comments

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?

lnanhkhoa avatar Jul 14 '18 15:07 lnanhkhoa

I'm having the same issue. Any suggestion ?

ovidius72 avatar Apr 03 '19 17:04 ovidius72

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.

omatrot avatar Aug 27 '19 09:08 omatrot