Specifications

Confidential
SHEET
112
NO.
SHEET
REVISION
H
TITLE
NEXT
113
TM-U590 series
Specification
(STANDARD)
ESC c 5 n
[Name] Enable/disable panel buttons
[Format] ASCII ESC c 5 n
Hex 1B 63 35 n
Decimal 27 99 53 n
[Range] 0 n 255
[Description] Enables or disables the panel buttons.
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 lowest bit of n is valid.
When the panel buttons are disabled, none of them are usable.
In this printer, the panel buttons are the FORWARD, REVERSE, and RELEASE
buttons.
When the cover is open, all panel buttons are disabled regardless of the settings
of this command.
[Default] n = 0
ESC d n
[Name] Print and feed n lines
[Format] ASCII ESC d n
Hex 1B 64 n
Decimal 27 100 n
[Range] 0 n 255
[Description] Prints the data in the print buffer and feeds n lines.
[Notes] This command sets the print starting position to 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 1016 mm {40"}. If the paper feed amount (n
× line spacing) of more than 1016 mm {40"} is specified, the printer feeds the
paper only 1016 mm {40"}.
[Reference] ESC 2, ESC 3