react-native-bluetooth-serial
react-native-bluetooth-serial copied to clipboard
Port of https://github.com/don/BluetoothSerial for react native
**Mobile Device Environment** Provide a list of operating systems on which this issue is relevant. - Device: iPhone11 - OS: 15 **Application Environment** Provide information about your development environment: -...
Hello, I am trying to read a smart bicycle trainer (Tacx Flux 2), and I am able to pair to the trainer, but then when I try to read from...
I get this error whenever I try to connect a bluetooth device via my react native app: **Error: read failed, socket might closed or timeout, read ret: -1 Unable to...
Tried to run BluetoothSerialExample and i am unable to scan unpaired devices BluetoothSerial.discoverUnpairedDevices() .then((unpairedDevices) => { **console.log("discoverUnpaired",unpairedDevices);** **// Returns empty array** const devices = this.state.devices const deviceIds = devices.map((d) =>...
Hello, I'm facing to an issue, when I want to disconnect a device, it returns true but nothing happens, the device stays connected. Thank you for your help.
Use of read? How to get Bluetooth information?
can this library be used to send data from a hardware device to an iOS device over a Bluetooth Classic Serial Port Protocol (SPP)? We manufacture a sensor that sends...