CLOUD
47
X
0
F
R
EFERENCE
M
ANUAL
37
6.2.6. PAPDU_MIFARE_READ_SECTOR_EX
This command read the specified sector from a Mifare Classic card (all the 4 blocks of the
sector, including the Key block) or the entire content of Mifare UL/UL C cards.
Command APDU:
Command
CLA
INS
P1
P2
P3
Data
Read Sector
Extended
FF
B3
Addr MSB
Addr LSB
0
-
Response APDU:
Data
Status Word
Mifare classic - 64 bytes of sector data read from card /
Mifare UL
– Entire card data is returned (64 bytes)
SW1, SW2
Example
:
Read sector 1 of a Mifare Classic 1K
APDU:
FF B3 00 01 10
SW12:
9000 (OK)
DataOut:
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
AA 55 AA 55 AA 55 AA 55 AA 55 AA 55 AA 55 AA 55
00 00 00 00 00 00 FF 07 80 69 FF FF FF FF FF FF
(64 bytes)