Have 2 different readers MicroEM and ACR1252U and 2 different cards.
1 – Card Mifare 4k
2 – Bank card with Mifare
1. MicroEM work correct with self driver (not PcSc)
1.1. Get UID
1.2. Load key FFFEFDFCFBFA
1.3. Auth Sector 33
1.4. Read block 5 / 12
All success
In docs see some diffrents in implement command and fix it.
But when i try ACR1252 with PCSC.
## Try Bank Card
requestUid = {FF, CA, 00, 00, 00};
return correct UID = 8073EB8A8B7B00
requestLoadKey = {FF, 82, 00, 00, 06, FF, FE, FD, FC, FB, FA}
return 63 00
# Try simple card
requestUid = {FF, CA, 00, 00, 00};
return correct UID = 8073EF1A457B00
requestLoadKey = {FF, 82, 00, 00, 06, FF, FE, FD, FC, FB, FA}
return 90 00
Don’t understand where to look to make ACR1252 work correctly with bank card like MicroEM
Now i try to send command throw session with C2 command.
New contributor
Yura Sultanov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.