Jeremy Storer
Jeremy Storer
It seems I am also working on something similar @timscott Did you manage to get subscribe working? It would be awesome if someone could update the example app to show...
@jlucier Awesome, thanks for the confirmation it works. I'll give it a shot. Cheers
@jlucier @Searingfang I tried using BluetoothSerial.subscribe('\n').then(whateverfunction) and BluetoothSerial.on('data', dataHandler) in the example app, however when the subscribe method is called it brings up an error "TypeError: _reactNativeBluetoothSerial2.default.subscribe is not a...