67
“Clear”
is
to clear the displayed data (ATR, Name, Address and Phone).
In case the data is read and written using APDU, Read/Write can be done by APDU commands.
“Load APDU”
is to read the stored APDU commands.
“Save APDU”
is to save the displayed APDU commands.
“Clear APDU”
is to clear the APDU section.
“Send APDU”
is to run the APDU commands.
Batch process repeats the following steps sequentially,
Card
“IN”
Move “RF”
RF
“Connect”
Get UID
RF “Discontact”
Card “OUT”
Pic.119 Contactless smartcard encoding
4.2.6. Printer status
“Get Temperature
” is to get and display the temperature of Thermal Print Head. When the “Realtime
Check” is ticked, it displays the current temperature of Thermal Print Head in real time.
“Get Status”
is
to get and display the printer status.
Status Code
#define SMSC_M_CARDIN
0x0000000000000001
// Card In
#define SMSC_M_CARDOUT
0x0000000000000002
// Card Out
#define SMSC_M_MOVE_PRINT
0x0000000000000004
// Move to print
#define SMSC_M_MOVE_PRN2ROT
0x0000000000000008
// Move from printer to flipper
#define SMSC_M_MOVE_ROT2PRN
0x0000000000000010
// Move from flipper to printer
#define SMSC_M_MOVE_IC
0x0000000000000020
// Move to contact encode
#define SMSC_M_MOVE_RF
0x0000000000000040
// Move to contactless encode
#define SMSC_M_MOVE_MAG
0x0000000000000080
// Move to Magnetic encode
#define SMSC_M_THUP
0x0000000000000100
// Thermal head up
#define SMSC_M_THDOWN
0x0000000000000200
// Thermal head down
#define SMSC_M_ICHUP
0x0000000000000400
// Contact head up
#define SMSC_M_ICHDOWN
0x0000000000000800
// Contact head down
#define SMSC_M_PRINT
0x0000000000001000
// Printing
#define SMSC_M_MAGRW
0x0000000000002000
// Read/Write Magnetic data
#define SMSC_M_SEEKRIBBON
0x0000000000004000
// Ribbon search
#define SMSC_M_MOVERIBBON
0x0000000000008000
// Ribbon Move
#define SMSC_M_ROTATORTOP
0x0000000000010000
// Rotate Card up