Specifications
Rev. A Command Descriptions 1-17
TM–U950/U950P Information Manual
ESC z n turns parallel printing mode on or off for receipt and journal paper. When the LSB (least
significant bit) of n is 1, parallel printing mode for receipt and journal paper is turned on; when it is 0,
this mode is turned off. The default setting is n=0. This command is effective only when both receipt
and journal paper are selected by ESC c 0 and it is sent at the beginning of a line.
Panel Button Command
The TM-U950/U950P supports the following command for enabling and disabling the panel buttons
(RECEIPT FEED and JOURNAL/SLIP FEED).
Command Name
ESC c 5 Enable/disable panel buttons
ESC c 5 n
[Name] Enable/disable panel buttons
[Format] ASCII ESC c 5 n
Hex 1B 63 35 n
Decimal279953n
[Range] 0 ≤
n
≤ 255
Program Example
PRINT #1, CHR$(&H1B);"c0";CHR$(3);
←
Select receipt and journal
PRINT #1, CHR$(&H1B);"z";CHR$(1);
←
Parallel printing mode turned on
PRINT #1, "AAAAAAAAAAAAAAAAAAAA";
PRINT #1, "BBBBBBBBBBBBBBBBBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1B);"z";CHR$(0);
←
Parallel printing mode turned off
PRINT #1, "CCCCCCCCCCCCCCCCCCCC";
PRINT #1, "DDDDDDDDDDDDDDDDDDDD"; CHR$(&HA);
Print Sample <receipt> Print Sample <journal>
AAAAAAAAAAAAAA AAAAAABBBBBBBBBB AAAAAAAAAAAAAAAAAAAABBBBBBBBBB
BBBBBBBBBB B BBBBBBBBB
CCCCCCCCCCCCCCCCCCCCDDDDDDDDDD DDDDDDDDDD