`
weimou66
  • 浏览: 1244587 次
文章分类
社区版块
存档分类
最新评论

NFC读卡器读取BlackBerry手机数据

 
阅读更多

1. 读取手机NFC卡片的UID

测试下来发现手机NFC卡片的UID总是在变,最后确定,黑莓手机上卡模拟设置UID的API,被黑莓因为安全原因关掉了。参考


2. 读取NDEF格式的smart tag

目前我还不知道NFC读卡器如何读smart tag,但是可以用另外一台9900读取读取9900程序模拟的smart tag


3.手机程序模拟14443-4的NFC卡片,读卡器以APDU指令操作手机程序模拟的NFC卡片

在eJDE 1.5中带的例子程序NFCEmulatorDemo中,如果读开启发出APDU指令 00A4000002E103,那么返回结果0900,否则返回结果0000

(byte) 0x00, (byte) 0xA4, (byte) 0x00, (byte) 0x00, (byte) 0x02, (byte) 0xE1, (byte) 0x03


注:APDU指令00A4000002E103的说明见NFC Type 4 Tag OperationTechnical Specification

5.4.3 Capability Container Select Procedure
Table 12: Capability Container Select Command



具体见VirtualISOTargetListener.java类




分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics