3. PRINTER FUNCTIONS
TPTCM
74
3-
[Example]
n
5
c
C
S
E
n
5
c
C
S
E
n
5
c
C
S
E
n
5
c
C
S
E
n
5
c
C
S
E
[Name]
Enable/disable front panel buttons
[Format]
ASCII
ESCc
5
n
Hex
1B
63 35 n
Decimal
27
99 53 n
[Range]
0
≤
n
≤
255
[Description]
Enables/disables the buttons on the front panel.
• When the LSB of n is 0, the panel buttons are enabled.
• When the LSB of n is 1, the panel buttons are disabled.
[Notes]
• Only the LSB of n is effective.
• On the printer, the panel buttons are LINE FEED and FORM
FEED.
• When the panel buttons are disabled, the buttons may only
be used after the printer has been reset.
• When the panel buttons are disabled, is possible to know
the status through the DLE EOT command.
[Default]
n = 0
[Reference]
DLE EOT
[Example]
n
d
C
S
E
n
d
C
S
E
n
d
C
S
E
n
d
C
S
E
n
d
C
S
E
[Name]
Print and feed paper n lines
[Format]
ASCII
ESCd
n
Hex
1B
64 n
Decimal
27
100 n
[Range]
0
≤
n
≤
255
[Description]
Prints the data in the print buffer and feeds the paper n lines.
[Notes]
• Sets the print starting position at the beginning of the line.
• This command does not affect the line spacing set by
ESC 2 or ESC 3.
• The maximum paper feed amount is 200 lines. Even if a
paper feed amount of more than 200 lines is set, the printer
feeds the paper only 200 lines.
[Default]