
Reference Manual for the CLOUD 370x F Contactless Desktop Readers
Document Version 1.0
Last revised on 2014-07-22
Page 29 of 82
Examples:
1)
To issue the “READER_GETIFDTYPE (0x12)” escape command , this pseudo APDU would be
used:
Command APDU:
FF CC 00 00 01 12
Response APDU:
20 57 90 00
2)
To issue the “READER_SETMODE (0X01)” escape command, this pseudo APDU would be used:
Command APDU:
FF CC 00 00 02 01 04 (to set to NFC test mode)
Response APDU:
90 00
NOTES:
1)
To send Escape commands using this method, the reader should be connected in shared mode
using T0 or T1 protocol. Only then will the resource manager allow data to be sent using
SCardTransmit.
2)
Because the Escape commands defined using “
READER_GENERIC_ESCAPE
” have ISO 7816 APDU
format, they can be sent using SCardTransmit without having to prepend “FF CC 00 00 P3”.