收藏
回答

writeBLECharacteristicValue调用ArrayBuffer


let buffer = new ArrayBuffer(16)

let dataView = new DataView(buffer)

dataView.setUint8(0, 0x06)

dataView.setUint8(0, 0x01)

dataView.setUint8(0, 0x01)

dataView.setUint8(0, 0x01)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

dataView.setUint8(0, 0x00)

console.log(buffer)

这里console真机没有任何数据,开发者工具里面有相关数据

请问大神怎么解决


最后一次编辑于  2018-01-10
回答关注问题邀请回答
收藏

1 个回答

  • Lᵒᵛᵉᵧₒᵤ
    Lᵒᵛᵉᵧₒᵤ
    2018-06-22

    楼主,这个问题解决了吗?

    2018-06-22
    有用
    回复
登录 后发表内容