Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcsc_scan ISO/IEC 14443-4B ? #56

Closed
aleksas opened this issue Feb 8, 2022 · 2 comments
Closed

pcsc_scan ISO/IEC 14443-4B ? #56

aleksas opened this issue Feb 8, 2022 · 2 comments

Comments

@aleksas
Copy link

aleksas commented Feb 8, 2022

I'm using UART PN532. pcsc_scan detects visa, master cards and also smart watch (fitbit charge 4) payment card. But if fails to detect card associated with my smart phone. Does pcsc support ISO/IEC 14443-4B ?

Bellow nfc-poll output of detected phone nfc.

$ nfc-poll 
nfc-poll uses libnfc libnfc-1.8.0-63-g3df7f25
NFC reader: IFD-NFC opened
NFC device will poll during 36000 ms (20 pollings of 300 ms for 6 modulations)
ISO/IEC 14443-4B (106 kbps) target:
               PUPI: 54  0d  **  **  
   Application Data: 00  00  **  **  
      Protocol Info: 80  **  **  
Waiting for card removing...nfc_initiator_target_is_present: Target Released
done.

p.s. there are numbers under **

@LudovicRousseau
Copy link
Owner

The question is: is your pcsc-lite driver able to report ISO/IEC 14443-4B cards?

pcsc_scan just reports what comes from the PC/SC layer.

@aleksas
Copy link
Author

aleksas commented Feb 9, 2022

Yes correct, i've found that i probably had to look here https://github.com/nfc-tools/ifdnfc/blob/master/src/ifd-nfc.c
from the first look it seems that ISO/IEC 14443-4B implementation at least partially is missing.
I'll review https://github.com/nfc-tools/libnfc/issues ... and https://github.com/nfc-tools/ifdnfc

@aleksas aleksas closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants