我正在尝试使用密码从 M24LR64E-R 标签读取数据。
所以,我对这些数据使用 customCommand() 函数:
- 标志:0x0a
- 命令:0xB3
- payload : 来自密码的字节
此命令适用于 Android 但在 ios 上我收到此错误:
- [CoreNFC] 00000002 83601300 -[NFCTagReaderSession transceive:tagUpdate:error:]:710 Error Domain=NFCError Code=100 "Tag connection lost" UserInfo={NSLocalizedDescription=Tag connection lost}
它与 readSingleBlock 命令相同,但我收到了相同的错误。
你有好主意吗 ?