I need a way to connect data from Bluetooth using Ionic 3 to retrieve data.
I now use the code as an example:
this.bluetoothSerial.write(this.code).then( (success) => {
alert('Connected ' + '. Data reading is successful: ' + new Uint8Array(success));
},