Specifications

Rev. A Command Descriptions 1-39
TM–U950/U950P Information Manual
ESC U n
[Name] Turn unidirectional printing mode on/off
[Format] ASCII ESC U n
Hex 1B 55 n
Decimal 27 85 n
[Range] 0
n
≤ 255
ESC U n turns unidirectional printing mode on or off. When the LSB (least significant bit) of n is 1,
unidirectional printing is turned on; when it is 0, unidirectional printing is turned off and
bidirectional printing mode is turned on. Unidirectional printing can be turned on when printing
double-height characters to ensure that the top and bottom of the characters are aligned. The default
setting is n=0.
ESC i
[Name] Partial cut (one point left uncut)
[Format] ASCII ESC i
Hex 1B 69
Decimal 27 105
ESC m
[Name] Partial cut (three points left uncut)
[Format] ASCII ESC m
Hex 1B 6D
Decimal 27 109
ESC o
[Name] Stamp
[Format] ASCII ESC o
Hex 1B 6F
Decimal 27 111
ESC i executes a partial cut of the receipt with one point left uncut.
ESC m executes a partial cut of the receipt with three points left uncut.
Program Example
PRINT #1, CHR$(&H1B);"U";CHR$(1);
Unidirectional printing mode turned on