var buffer = new ArrayBuffer(21)
var dataView = new DataView(buffer)
dataView.setUint8(0, 0)
wx.writeBLECharacteristicValue({
deviceId: app.BLEInformation.deviceId,
serviceId: app.BLEInformation.writeServiceId,
characteristicId: app.BLEInformation.writeCharaterId,
value: buffer,
success: function (res) {
console.log('写入成功', res)
},
fail: function (e) {
console.fail('写入失败', e)
},
complete: function () {
}
})
走success成功的回调 也提示ok了 但是打印机没反应,ps:打印机是Xpinter 型号:XP-N160II, 请官方人员给答复!
你好,请问最终解决了吗?
评论永远没有解决问题的 社区技术人员也不说为什么
请问楼主问题解决了没有?怎么解决的?
同打印机,不知道您解决了没有呢?
我也遇到这个情况打印机没反应
我也遇到这种问题了,求解
客户端是安卓还是ios?