标签: ionic-framework obd-ii
我需要一种使用Ionic 3从蓝牙连接数据以检索数据的方法。
我现在以代码为例:
this.bluetoothSerial.write(this.code).then( (success) => { alert('Connected ' + '. Data reading is successful: ' + new Uint8Array(success)); },