CSN-80V User manual
17
Enter
Name
Enter
Code
ASCII
:
CR
DEC
:
13
HEX
:
0D
Function
Adjust print position to initial position of the same line.
Range
None
Default
None
Notes
After executing, R command, the new printing data will cover old data in
theprinting buffer.
Example
None
Print and paper feed 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