Specifications

Rev. A Command Descriptions 1-23
TM–U375/U375P Information Manual
ESC f t1 t2
[Name] Set cut sheet wait time
[Format] ASCII ESC f t1 t2
Hex 1B 66 t1 t2
Decimal 27 102 t1 t2
[Range] 0 t1 15
0 t2 64
ESC f t1 t2 sets the time that the printer waits for cut sheet (slip or validation paper) to be inserted to
t1 × 1 minutes, and the time from insertion of the sheet to the start of printing to t2 × 0.1 seconds.
When t1=0, the sheet waiting time is not set and the printer continues waiting for a sheet to be
inserted. The default for the sheet waiting time is not set, and the start operation time is set to 1
second (t1=0, t2=10). This setting alone, however, does not cause the printer to immediately start
waiting for a sheet to be inserted. The setting becomes effective when ESC c 0 is used. DLE ENQ is
used to cancel the sheet waiting state.
3
Off 00 0 Validation paper disabled.
On 08 8 Validation paper enabled.
4-7 Undefined.
Program Example
PRINT #1, CHR$(&H1B);"c1";CHR$(1);
Select paper roll
PRINT #1, CHR$(&H1B);"3";CHR$(12); Set line spacing f or pa per r oll
PRINT #1, CHR$(&H1B);"c1";CHR$(4); Select slip paper
PRINT #1, CHR$(&H1B);"3";CHR$(24); Set line spacing f or sl ip pa per
Program Example
PRINT #1, CHR$(&H1B);"f";CHR$(15);CHR$(20);
PRINT #1, CHR$(&H1B);"c0";CHR$(4); Select slip
PRINT #1, "AAAAA"; CHR$(&HA);
Bit Off/On Hex Decimal Function