libnfc6 未检测到 Revolut Visa 借记卡

问题描述

尝试使用 PN532 NFC RFID 模块读取各种支付卡。 libnfc6 成功轮询了大多数 nfc 卡,甚至检测到 mobile payment method,但 nfc-poll 应用程序未检测到我的任何 Revolut 卡。

libnfc 是从 libnfc-1.8.0 git tag 本地编译的。

我当前的投票设置:

  const uint8_t uiPollNr = 20;
  const uint8_t uiPeriod = 2;
  const nfc_modulation nmModulations[] = {
    { .nmt = NMT_ISO14443A,.nbr = NBR_106 },{ .nmt = NMT_ISO14443A,.nbr = NBR_212 },.nbr = NBR_424 },{ .nmt = NMT_ISO14443B,{ .nmt = NMT_FELICA,{ .nmt = NMT_JEWEL,{ .nmt = NMT_ISO14443BICLASS,};

enter image description here

解决方法

购买新的 PN532 NFC RFID 模块解决了这个问题。

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...