
UIC680 Programmer’s Manual
UDN PM063-U Rev. 4
4-11
RESPONSE If the command executed successfully, the reader returns
‘^’
+
SAK(
1
byte)
or
‘^’
+
MBLI/CID(1
byte)
‘*’ – No card response or No power on the antenna
•
g (67H) – Mifare classical card authentication (Support Mifare classical card only)
COMMENT Mifare classical card authentication.
g[Block number, 3 bytes][Key number, 1 byte][Key type]
Authenticate the card with the key stored in EEPROM.
or
g[Block number, 3 bytes] ][Key type] [Key, 12 bytes]
Authenticate the card with the key in [key field].
[Block number]
There are two types of block format
000 to 255 (30h30h30h to 32h35h35h, ASCII Hex)
or
B<00><00> to B<00><FF> (42h00h00h to 42h00hFFh, ASCII Hex)
[Key number]
0 to 4 (30h to 35h, ASCII Hex)
[Key]
0 to 9 or A to F (30h - 39h or 41h - 46h, ASCII Hex)
[Key type]
A or B (41h or 42h)
RESPONSE ‘^’ – acknowledgement
‘*’ – No card response or No power on the antenna
•
h (68H) – Mifare classical card read block (Support Mifare classical card only)
COMMENT Mifare classical card read command.
h[Block number, 3 bytes]