hi, i use PN7462 to read 1 card Type A Card - ISO14443-4A - UID : Len=4.
After I send 2 commands via SCRTester Tool software:
00 A4 04 04 07 A0 00 00 02 47 10 01 00;
00 84 00 00 08;
For the MIFARE DESFire EV3 4K card I get:
IFD -> PC : COMMAND EXECUTED
25 CC 96 7D 4B B6 0F 35 90 00
I print data at Pn7462
APDU Command : 0x6F 0x5 0x0 0x0 0x0 0x0 0x57 0x0 0x0 0x0
Payload : 0x0 0x84 0x0 0x0 0x8
SW1 SW2 : 0xA0 0x0
It can be seen that it worked
However, with the tag from my project now it is failing, and the tag is deleted after sending the command 00 84 00 00 08. I get:
at SCRTester
IFD -> PC : R. M. Error = 0x0458
Driver Error = 0x00
At PN7462 I printed out some information:
APDU Command : 0x6F 0x5 0x0 0x0 0x0 0x0 0x26 0x0 0x0 0x0
Payload : 0x0 0x84 0x0 0x0 0x8
SW1 SW2 : 0xA0 0x0
APDU Command : 0x6F 0x0 0x0 0x0 0x0 0x0 0x27 0x0 0x10 0x0
Payload :
SW1 SW2 : 0x0 0x84
It can be seen that I sent 1 command but PN7462 received 2 commands, the 2nd one I don't know
I don't understand why this is happening, can you help me understand what is going on, and how to fix it

