如何在Ionic 3中从OBDII读取数据?

时间:2018-09-09 13:04:08

标签: ionic-framework obd-ii

我需要一种使用Ionic 3从蓝牙连接数据以检索数据的方法。

我现在以代码为例:

this.bluetoothSerial.write(this.code).then( (success) => {
    alert('Connected ' + '. Data reading is successful: ' + new Uint8Array(success));
},

0 个答案:

没有答案