marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Invalid RDR_to_PC_DataBlock frame with ACR122U #284

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Context: when using nfc-poll with an ACR122U chipset ( 
http://nfc-tools.org/index.php?title=ACR122 ), I get those errors: 

nfc-poll uses libnfc libnfc-1.7.1-12-gb978c45
NFC reader: ACS / ACR122U PICC Interface opened
NFC device will poll during 30000 ms (20 pollings of 300 ms for 5 modulations)
error   libnfc.driver.acr122_usb        Invalid RDR_to_PC_DataBlock frame
nfc_initiator_poll_target: Input / Output Error

What steps will reproduce the problem?
1. launch nfc-poll
2. wait

What version of the product are you using? On what operating system?
Archlinux, libnfc-git version compiled today.

Please provide any additional information below:
Everything works fine beside that: mfoc, nfc-mfclassic…

Original issue reported on code.google.com by grunbla...@gmail.com on 19 Oct 2014 at 8:37

GoogleCodeExporter commented 9 years ago
I forgot to say: I tried what is in the Troubleshooting section in the README 
of libnfc, without success (detection works without pcscd, and with pcscd 
installed, using the <string>0x0001</string> or <string>0x0004</string> options 
changed nothing).

Moreover, if one tag is present on the reader before launching nfc-poll, it 
"works". The error only happens when no tag is present.

Original comment by grunbla...@gmail.com on 19 Oct 2014 at 9:42