Xiamen Cashino Technology Co.,Ltd
A3 User Manual
11
Example
None
Print and paper feed n dots
Name
Print and paper feed n dots
Code
ASCII
:
ESC J n
DEC
:
27 74 n
HEX
:
1B 4A n
Function
Print the buffer content and paper feed
Range
0 ≤ n ≤ 255
Default
None
Notes
Paper feed n dots when printing buffer is empty.
After executing this command,printing position is moved to initial
Example
1b 40 30 31 32 1b 4a 10
Print and paper feed n line
Name
Print and paper feed n lines
Code
ASCII
:
ESC d n
DEC
:
27 100 n
HEX
:
1B 64 n
Function
Print the contents in printing buffer and paper feed n lines.
Range
0 ≤ n ≤ 255
Default
None
Notes
Print this command set as initial position of the same line
Example
1b 40 30 31 32 1b 64 01
②
Printing set commands
Set line space as n dots
Name
Set line space as n dots
Code
ASCII
:
ESC 3 n
DEC
:
27 51 n
HEX
:
1B 33 n
Function
Set line space as n dots
Range
0 ≤ n ≤ 255
Default
n = 33
Notes
Line space as below:
If the line space setted is less than the highest character in that line,then this
line space is equal to the height of the highest character.
If ESC2,ESC@,reset the printer, the printer blackout,and the line space turns
to default.