Specifications

Rev. A Command Descriptions 1-43
TM–U375/U375P Information Manual
Commands used with the horizontal and vertical motion units (1/x and 1/y) in page mode (either x
or y can be used, depending on the print direction set with ESC T): ESC SP, ESC $, ESC 3, ESC J,
ESC W, and ESC \.
ESC @
[Name] Initialize printer
[Format] ASCII ESC @
Hex 1B 40
Decimal 27 64
ESC @ initializes the printer. All settings, including character font and line spacing settings, are
canceled. The data in the print buffer is cleared, and the printer mode is reset to the mode that was in
effect when the power was turned on. The DIP switch settings are not checked again, and the data in
the receive buffer is not cleared.
GS E n
[Name] Select head control method
[Format] ASCII GS E n
Hex 1D 45 n
Decimal 29 69 n
[Range] 0 n 255
Program Example Print Sample
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); AAAAA
PRINT #1, CHR$(&H1B);"3";CHR$(30);
Set line spacing BBBBB
30/180-inch line spacing
PRINT #1, "AAAAA"; CHR$(&HA); CCCCC
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(90); DDDDD
30/90-inch line spacing
PRINT #1, CHR$(&H1B);"3";CHR$(30);
Set line s pacin g
PRINT #1, "CCCCC"; CHR$(&HA); EEEEE
PRINT #1, "DDDDD"; CHR$(&HA);
PRINT #1, "EEEEE"; CHR$(&HA);
Program Example Pri nt Sample
PRINT #1, CHR$(&H1B);"!";CHR$(56);
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"@";
PRINT #1, "BBBBB"; CHR$(&HA);
AAAAA
BBBBB
All settin gs ar e can celed after ESC @ is executed