CSN-58III user manual
13
range
Default
No
Notes
No
Example
No
CR
Name
carriage return
Code
ASCII
:
CR
DEC
:
13
HEX
:
0D
Function
Adjust print position to initial position of the same line.
Parameter
range
No
Default
No
Notes
After executing, R command, the new printing data will cover old data
in the printing buffer
Example
No
Print and paper feed dots
Name
Print and paper feed dots
Code
ASCII
:
ESC J n
DEC
:
27 74 n
HEX
:
1B 4A n
Function
Print the buffer content and paper feed
Parameter
range
0 ≤ n ≤ 255
Default
No
Notes
Paper feed n dots when printing buffer is empty.
After executing this command,printing position is moved to initial position
in next line.
Example
1b 40 30 31 32 1b 4a 10
Print and paper feed n line
Name
Print and paper feed n line
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
Parameter
0 ≤ n ≤ 255