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

A USB serial React Native bridge

Results 9 react-native-usbserial issues
Sort by recently updated
recently updated
newest added

Hello ! Thank you for your work, it's really amazing for what I'm doing ! But there's a problem since React Native 0.6 that cause this error on the call...

I am getting this warning log upon using this package. Any idea why this is happening? * http://192.168.43.215:19001/node_modules/expo/AppEntry.bundle?platform=android&dev=true&minify=false&hot=false:144633:31 in getDeviceListAsync * screens/HomeScreen.js:15:2 in getDeviceAsync - node_modules/regenerator-runtime/runtime.js:45:44 in tryCatch - node_modules/regenerator-runtime/runtime.js:274:30...

https://garynil.tw/2017/01/298/tutorial-import-iokit-framework-into-xcode-project/

`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):...

Error after linking then running `react-native run-android` ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all dependencies...

Hello, Are you planning on implementing serial read as well? It would make the library extremely useful and complete. Thanks for your great work

Is there way to know that device on other end is connected or ready to receive data ?

Hi, thanks for great package. It's possible to communicate direct to USB device without driver? I'm trying to connect my Android tablet and POS printer. Unfortunately, I don't have drivers...

I must be doing something wrong, can you point me in the right direction? ``` undefined is not a constructor(evaluating 'new _reactNativeUsbserial.UsbSerial()') ``` ``` "dependencies": { "expo": "^20.0.0", "react": "16.0.0-alpha.12",...