THERMAL RECEIPT PRINTER
13
§
This command justifies the space area of the data skipped by command
HT
,
ESC $
and
ESC \
.
[Default]
n = 0
[Example]
左 对 齐
居 中
右 对 齐
A B C
A B C D
A B C D E
A B C
A B C D
A B C D E
A B C
A B C D
A B C D E
23
、
ESC c 5 n
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 least significant bit of "n" is valid.
§
When the panel buttons are disabled, no buttons on the panel are usable.
[Default]
n = 0
24
、
ESC d n
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.
§
The amount of paper fed per line is based on the value set using the line
spacing command (ESC 2 or ESC 3)
§
The maximum paper feed distance is not more than 1016mm.
[Reference]
ESC 2, ESC 3
25
、
ESC p m t1 t2 Generate pulse
[Format]
ASCII
ESC
p
m t1
t2
Hex
1B
70
m t1
t2
Decimal
27
112
m t1
t2