Topic: [SOLVED] Two ACR122U devices in P2P mode
Hi,
I have two ACR 122U readers, and I would like to try peer-to-peer communication in them.
My working environment:
Dell Latitude D620 with Ubuntu 10.10(maverick)
pcsc-lite version 1.6.6 with ccid 1.4.1
libnfc-1.4.1
I have been trying to use the nfc-dep-* examples. But, they simply exits with messages "Unable to
connect to NFC device". I went throught the codes and found that "nfc_connect" only returns the "nfc_device_t" pnd handle when there is a tag or card placed on top of the reader.
Is there any way make these device communicate with each other.
I have also tried changing <string>0x0000</string>" value to 0x0001 and 0x0005 in /etc/libccid_info.plist and restarted the deamon.
Could you help me, please?