Page 1 of 1

ACR122U

Posted: Thu Mar 08, 2018 12:06 am
by Shine
Hi, i'm beginner in smartcard development,
i'm using contactless reader ACR122U and dual interface card JCOP 31 2.4.1.
when i tried to connect the card with pyApdutool the ATR just return value 3b 00,
and when i tried to get the UID of the card, it was return error value.


could someone give me explanation about this?
and another question, did acr122u need nfclib to work under windows environtment?
Thanks for your help.

Re: ACR122U

Posted: Thu Mar 08, 2018 10:08 pm
by bigWhite
Get the UID of the card need to have relevant permissions,
In addition, there need internal and external authentication before getting the card UID, maybe you can contact the card issuer.

Re: ACR122U

Posted: Thu Mar 08, 2018 10:19 pm
by Shine
thanks for your answer,
but my really question, how to make sure that the card has connected to the reader?,
because i have tried another command but the return is error value too.

Re: ACR122U

Posted: Sun Mar 11, 2018 10:05 pm
by bigWhite
Shine wrote:thanks for your answer,
but my really question, how to make sure that the card has connected to the reader?,
because i have tried another command but the return is error value too.


how to make sure that the card has connected to the reader?
If you connected failed, you will not able to send APDUs, and the pyApdutool will prompt "Not connect yet." .
Generally, the reader returns ATR information, it means the connection is successful

Re: ACR122U

Posted: Mon Mar 12, 2018 10:19 am
by Shine
bigWhite wrote:how to make sure that the card has connected to the reader?
If you connected failed, you will not able to send APDUs, and the pyApdutool will prompt "Not connect yet." .
Generally, the reader returns ATR information, it means the connection is successful


when i try to connect the card (JCOP31) with the reader (acr122u (a1sr-102)), the atr isnt detected. is there any configuration or command to make the reader start to polling the card? by the way, i'm using windows 10.