AdamLaurie / RFIDIOt

python RFID / NFC library & tools
http://www.rfidiot.org/
1.04k stars 224 forks source link

Failed to control: Transaction failed #23

Open Cypaubr opened 8 years ago

Cypaubr commented 8 years ago

Hello, when I run any of the examples (like multiselect.py) with not any cart on my reader (ACR122U) an error is thrown :

Failed to control: Transaction failed.
Did you set DRIVER_OPTION_CCID_EXCHANGE_AUTHORIZED in ifdDriverOptions in libccid_Info.plist?

Do you have any idea?

krystoforg commented 8 years ago

Just edit /etc/libccid_Info.plist

Search for:

ifdDriverOptions
    <string>0x0000</string>

And change it to:

ifdDriverOptions
    <string>0x0001</string>