![Advanced Card Systems ACM1281U-C7 Reference Manual Download Page 13](http://html1.mh-extra.com/html/advanced-card-systems/acm1281u-c7/acm1281u-c7_reference-manual_2855859013.webp)
ACM1281U-C7
– Reference Manual
Version 1.02
www.acs.com.hk
Page 13 of 44
www.acs.com
.hk
5.1.2.
Pseudo APDUs for Contactless Interface
5.1.2.1.
Get Data
This command is used to return the serial number or ATS of the connected PICC.
Command
Command
Class
INS
P1
P2
Le
Get Data
FFh
CAh
00h
01h
00h
00h
(Full Length)
Get UID Response if P1 = 00h
Response
UID
…
…
UID
SW1
SW2
Result
LSB
MSB
Get ATS Response if P1 = 01h (for ISO 14443-A cards only)
Response
Data Out
Result
ATS
SW1
SW2
Response Code
Results
SW1 SW2
Meaning
Success
90 00h
The operation was completed successfully.
Warning
62 82h
End of UID/ATS reached before Le bytes (Le is greater than
UID Length).
Error
6C XXh
Wrong length (wrong number Le:
‘XX’ encodes the exact
number) if Le is less than the available UID length.
Error
63 00h
The operation failed.
Error
6A 81h
Function not supported.
Example 1
: To get the serial number of the connected PICC:
UINT8 GET_UID[5] = {FF CA 00 00 00h};
Example 2
: To get the ATS of the connected ISO 14443-A PICC:
UINT8 GET_ATS[5] = {FF CA 01 00 00h};