User's Manual

SCL010/01X REFERENCE MANUAL 54
6.5. Escape commands
6.5.1. Sending escape commands to SCL010/01X
A developer can use 2 methods to send escape commands to SCL010/01X
SCardControl method defined in PC/SC API
SCardTransmit method defined in PC/SC API in conjunction with the escape command
APDU defined earlier in this manual
6.5.2. Escape command codes
Escape commands can be used by an application to configure SCL010/01X to function in a mode
that is not its default configured mode or to get specific information. To put the SCL010/01X back
into its default mode, either the SCL010/01X has to be unplugged and plugged again or the
application can send again the same escape command with the appropriate parameter.
The following escape commands are supported by SCL010/01X.
Escape command Code
READER_GETCARDINFO 0x11
READER_LEDCONTROL 0x19
READER_CNTLESS_GET_ATS_ATQB 0x93
READER_CNTLESS_GET_TYPE 0x94
READER_CNTLESS_SET_TYPE 0x95
READER_CNTLESS_RF_SWITCH 0x96
READER_CNTLESS_RAW_CFG 0x97
READER_CNTLESS_RAW_XMIT 0x98
READER_ CNTLESS_DISABLE_PPS 0x99
READER_CNTLESS_848KBPS 0x9D
READER_CNTLESS_BAUDRATE 0x9E
READER_CNTLESS_FORCE_BAUDRATE_PCSC_REV2 0xAD
READER_LED_CONTROL_BY_FW 0xB2
READER_GETPNPPARAMS 0xD3
READER_GETSLOTINFO 0xD9
READER_GET_CARD_DETAILS 0xDA
READER_IS_SCL010/01X 0xDB
READER_SEND_ATTRIB_WITH_INF 0xE2
READER_GET_CARD_TYPE 0xE3
READER_IS_COLLISION_DETECTED 0xE4
FELICA_PASS_THROUGH 0xF3
Sample code to send escape commands can be found in annex.