做是肯定能做到的 我看到有人实现了 但是没有公开源码 https://blog.csdn.net/qq_16031297/article/details/120927781 你可以去试试这位大佬的小程序 是能够读取M1卡的数据的
NFC如何模拟带密码的M1卡?NFC如何模拟带密码的M1卡? M1卡含有16个扇区 每个扇区64位 含AB两组密钥 有API可以模拟吗
2022-03-09没一个人知道吗?
请问如何将float转为4字节的字节数组了?请问如何将float转为4字节的字节数组了?
2022-01-10devicesid为空导致的
蓝牙发送数据失败?微信小程序发送蓝牙数据, wx.writeBLECharacteristicValue 走success成功的回调,但 wx.onBLECharacteristicValueChange方法中没有接收到蓝牙设备发送过来的数据,蓝牙设备中也显示未收到小程序发送过来的数据。
2021-12-13var message='FFFF0501FA' var typedArray = new Uint8Array(message.match(/[\da-f]{2}/gi).map(function (h) { return parseInt(h, 16) })) var buffer1 = typedArray.buffer wx.writeBLECharacteristicValue({ characteristicId: that.data.characteristics[1].uuid, deviceId: that.data.devicesId, serviceId:that.data.services, value: buffer1, success:(res)=>{ console.log("蓝牙数据发送成功"); console.log(res) }, fail:(res)=>{ console.log(res) } })
writeBLECharacteristicValue 怎么发送一个FFFF0501FA到蓝牙?writeBLECharacteristicValue 传let buffer = new ArrayBuffer(3) b不执行回调
2021-12-13