Specifications
Rev. A Command Descriptions 1-9
TM–U950/U950P Information Manual
ESC C n sets the eject length for slip paper to n lines. The maximum eject length is 40 inches. The
default setting of 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..
Character Commands
The TM-U950/U950P 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 z Turn parallel printing mode on/off for receipt and journal paper
ESC SP n
[Name] Set right-side character spacing
[Format] ASCII ESC SP n
Hex 1B 20 n
Decimal 27 32 n
[Range] 0 ≤
n
≤ 255
Program Example Print Sample
PRINT #1, CHR$(&H1B);"c1";CHR$(4);
←
Select paper type for command settings
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 length set to 8 lines using ESC C