Specifications
Rev. A Command Descriptions 1-23
TM–U950/U950P Information Manual
Print Position Commands
The TM-U950/U950P supports the following commands for setting the print position.
Command Name
RS Journal tab
ESC $ Set absolute print position
ESC \ Set relative print position
ESC a Select justification
RS
[Name] Journal tab
[Format] ASCII RS
Hex 1E
Decimal 30
RS moves the print position to the beginning of the journal paper. This command is enabled only
when both receipt and journal paper are selected and parallel printing mode for receipt and journal
paper is turned off.
ESC $
n
L
n
H
[Name] Set absolute print position
[Format] ASCII ESC $
nL nH
Hex 1B 24 nL nH
Decimal 27 36 nL nH
[Range] 0 ≤ nL
≤ 255
0 ≤
nH
≤ 255
Program Example
PRINT #1, CHR$(&H1B);"c0";CHR$(3);
←
Selects receipt and journal
PRINT #1, CHR$(&H1B);"z";CHR$(0);
←
Parallel printing mode turned off
PRINT #1, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
PRINT #1, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"; CHR$(&HA);
PRINT #1, "CCCCCCCCCCCCCCCCCCCC"; CHR$(&H1E);
PRINT #1, "DDDDDDDDDDDDDDDDDDDD"; CHR$(&HA);
Print Sample <receipt> Print Sample <journal>
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
CCCCCCCCCCCCCCCCCCCC
→→→
Print position moved by RS
→→→
DDDDDDDDDDDDDDDDDDDD