You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could this library poll felica card and the ISO 14443A card at the same time?
I want to develop a card reader that accept felica standard and ISO 14443A standard.
For example nfc.felica_Polling() function polls felica nfc card type. And nfc.readPassiveTargetID(PN532_MIFARE_ISO14443A) polls ISO14443A nfc standard only. Is there are any methods that can poll felica and iso14443A card in the same function?
The text was updated successfully, but these errors were encountered:
lesterlo
changed the title
Felica card & ISO 14443A standard
Poll 2 standard type of NFC card at the same time
May 20, 2021
Could this library poll felica card and the ISO 14443A card at the same time?
I want to develop a card reader that accept felica standard and ISO 14443A standard.
For example
nfc.felica_Polling()
function polls felica nfc card type. Andnfc.readPassiveTargetID(PN532_MIFARE_ISO14443A)
polls ISO14443A nfc standard only. Is there are any methods that can poll felica and iso14443A card in the same function?The text was updated successfully, but these errors were encountered: