Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何 APDU 命令可以控制 PRESENT/ABSENT 阅读器状态的 LED 状态?(最终对于任何其他状态)
为此,API中只有蜂鸣器链接命令。
谢谢。
在第 6.2 章(第 22 页)中描述了如何控制 LED。附录 E 中有一些例子。
你必须发送这样的命令:
0xFF, 0x00, 0x40, LED state, 0x04, data
LED 状态和数据必须使用哪个值,请参见第 22 页的表“P2”和“数据输入”。