0

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));
},
Grant Miller
  • 27,532
  • 16
  • 147
  • 165
  • What's the problem with that code? – user202729 Sep 09 '18 at 15:50
  • Yes, I run this code but can not to get data. Is there another way? – TeeraGame Sep 09 '18 at 15:54
  • Hi Teera, welcome to SO! Please bear in mind the [how to ask](https://stackoverflow.com/help/how-to-ask) page and especially the ["MCVE"](https://stackoverflow.com/help/mcve) portion, as we are not able to troubleshoot your problem without more information from you. Good luck! – mdaniel Sep 09 '18 at 22:36

0 Answers0