I use TWN3 Mifare USB transceiver and a Mifare DESFire EV1 transponder. I have a problem to get data from transponder. (For serial communication I use Hercules SETUP utility 3.2.6.)
- I open serial communication
- put transponder on transciever
- send 's' command in Hercules -> I will get UID of transponder
- then I send
f0408000001
command to select application -> I will getA0
response, why? For successful selection of an application I should get00
When I try to send f020D02
to select file with ID 02 I always get F
as answer (Error: general failure).
Structure of Mifare Desfire transponder is:
- Application (AID 000000)
- Application (AID 000001)
- File 01 (file size 15 Byte)
- File 02 (file size 4096 Byte)