Mifare classic 1k 和 NFC 通信协议
当我们读取或写入独立视觉块时,使用哪种协议(NDEF 协议除外)用于 Mifare classic 1k 和支持 NFC 的移动设备之间的通信。
which protocol is used (other than NDEF protocol) for communication between Mifare classic 1k and nfc enabled mobile, when we raed or write indvisual blocks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NDEF 不是一种通信协议,而是消息内容描述:
“...NDEF 规范定义了一种消息封装格式来
交换信息...NDEF 是一种轻量级二进制消息格式,可用于将一个或多个任意类型和大小的应用程序定义的有效负载封装到单个消息结构中。每个有效负载由类型、长度和可选标识符来描述。
类型标识符可以是 URI、MIME 媒体类型或 NFC 特定类型...”
读/写 Mifare 扇区的协议是专有的,请参见此处:https://www.nxp.com/docs/en/data-sheet/MF1S50YYX_V1.pdf
BR
斯坦恩
NDEF is not a communication protocol, but the message content description:
"...The NDEF specification defines a message encapsulation format to
exchange information... NDEF is a lightweight, binary message format that can be used to encapsulate one or more application-defined payloads of arbitrary type and size into a single message construct. Each payload is described by a type, a length, and an optional identifier.
Type identifiers may be URIs, MIME media types, or NFC-specific types..."
The protocol to read/write Mifare sectors is a proprietary see e.g. here: https://www.nxp.com/docs/en/data-sheet/MF1S50YYX_V1.pdf
BR
STeN