1-32
Command Descriptions
Rev. A
ESC @
initializes the printer. All settings, including character font and line spacing settings, are
canceled.
GS I
n
[Name]
Transmit printer ID
[Format]
ASCII
GS
I
n
Hex
1D
49
n
Decimal
29
73
n
[Range]
1
≤
n
≤
3
49
≤
n
≤
51
GS I
n transmits the printer ID specified by n below. Each printer ID consists of 1 byte of data. The
TM-U200 series of printers have the same ID, regardless of the different models. The TM-U200B and
TM-U200D can be differentiated by ID type. Type ID = 2 for the TM-U200B. Type ID = 0 for the
TM-U200D.
Program Example
Print Sample
PRINT #1, CHR$(&H1B);"!";CHR$(56);
AAAAA
BBBBB
←
All settings are canceled after ESC @ is executed
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"@";
←
Initializes the printer
PRINT #1, "BBBBB"; CHR$(&HA);
n
Printer ID
Specification
ID (hexadecimal)
1, 49
Printer model ID
TM-U200/U200P
0DH
2, 50
Type ID
See table below.
00H or 02H
3, 51
ROM version ID
Version x.xx ESC/POS
Refer to current ROM version.
Program Example
PRINT #1, CHR$(&H1D);"I";CHR$(1);
←
Transmits printer ID