问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 需求 蓝牙 客户端 6.7.3 2.3.2
微信小程序蓝牙通信支持发送中文吗?
代码片段
writeBLECharacteristicValue() { // 向蓝牙设备发送一个0x00的16进制数据 let buffer = new ArrayBuffer(1) let dataView = new DataView(buffer) dataView.setUint8(0, Math.random() * 255 | 0) wx.writeBLECharacteristicValue({ deviceId: this._deviceId, serviceId: this._deviceId, characteristicId: this._characteristicId, value: buffer, }) }
微信小程序开发问题解答
微信小程序开发者回答:
需要编码
微信小程序开发者回答:
有具体的解决方案吗?不太懂该怎么编码
本文网址:http://www.91bianli.com/weixinxiaochengxu/33593.html