WP8.1是否支持Mifare Classic读取?

xhg*_*xhg 1 c# nfc mifare windows-phone-8.1

我读过使用Windows Phone 8 NFC阅读Mifare标签?之前,说Mifare Classic不是NDEF格式化的.

当我读到最新的WP8.1中的新内容时,它说现在支持"make your tags read-only, write to unformatted tags, and communicate with other contactless cards".

我想知道我是否能读懂它?

And*_*akl 7

Windows Phone 8.1具有针对NDEF格式的其他API以前未格式化的标签,以及通过原始访问而不是NDEF(例如,ATM卡)通过NFC与各种智能卡通信.

您可以从WP 8.1 Jumpstart系列中获得有关如何集成新NFC功能的更多信息:http://channel9.msdn.com/series/Building-Apps-for-Windows-Phone-8-1/15#time = 25m40s

在本次会议中,Microsoft强调通过WinRT SmartCard API可以对以下标记类型进行低级/原始访问:

  • ISO 7816-4/APDU
  • MiFare Ultralight
  • MiFare Classic
  • MiFare Desfire
  • Felica的

由于附加功能需要设备中的PN547 NFC芯片组,它仅适用于新的Windows Phone硬件 - 例如,诺基亚Lumia 830(不支持Lumia 930).您可以在此处找到有关WinRT SmartCard API的更多信息:http://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.smartcards.aspx

所以,是的,在新硬件上使用WP 8.1可以读取非NDEF格式的MiFare Classic标签.