Specifications
1-8 Command Descriptions Rev. A
ESC C n
[Name] Set cut sheet eject length
[Format] ASCII ESC C n
Hex 1B 43 n
Decimal 27 67 n
[Range] 0 ≤ n ≤ 255
ESC C n sets the eject length for cut sheet (slip or validation paper) to n lines. The maximum eject
length is 40 inches. The default setting for the eject length is n=0. This length is calculated by [n × line
spacing setting]. No eject length is set if n=0. When n=0, the paper is ejected continuously until it is
completely out of the printer. The eject length set by this command is used by the FF command. This
command sets the eject length for the paper specified by ESC c 1.
Character Commands
The TM-U375/U375P supports the following commands for setting character font and size:
Command Name
ESC SP Set right-side character spacing
ESC % Select/cancel user-defined character set
ESC & Define user-defined characters
ESC ? Cancel user-defined characters
ESC R Select an international character set
ESC t Select character code table
ESC ! Select print mode(s)
ESC – Turn underline mode on/off
ESC E Turn emphasized mode on/off
ESC G Turn double-strike mode on/off
ESC { Turn upside-down printing mode on/off
ESC V Turn 90° clockwise rotation mode on/off
CAN Cancel print data in page mode
Program Example Print Sample
PRINT #1, CHR$(&H1B);"c1";CHR$(4);←Select slip
PRINT #1, CHR$(&H1B);"C";CHR$(8);←Set eject length
PRINT #1, CHR$(&H1B);"c0";CHR$(4);←Select slip
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&HC);
AAAAA
BBBBB
Eject le ngth set t o 8 lines using
ESC C