
ESC J n | Print and Feed Forward |
Code
Domain of
function
Function
Details
1B16 + 4A16 + n
0 ≤ n ≤ 255
Prints the data stored in the print buffer, and then feeds paper n ⋅ dot pitch forward.
•After executing this command, a head of a line is set as a next starting position of printing.
•This function is not affected by the setting of the amount of line spacing.
ESC j n | Print and Feed Backward |
Code
Domain of
function
Function
Details
1B16 + 6A16 + n
0 ≤ n ≤ 255
Prints the data stored in the print buffer, and then feeds paper n ⋅ dot pitch backward.
•After executing this command, a head of a line is set as a next starting position of printing.
•This function is not affected by the setting of the amount of line spacing.
ESC d n | Print and Continuous Line Feed | |
|
|
|
| Code | 1B16 + 6416 + n |
|
| 0 ≤ n ≤ 255 |
| Domain of | |
| function |
|
|
|
|
|
|
|
| Function | Prints the data stored in the print buffer, and then feeds paper n lines forward. |
|
|
|
| Details | • After executing this command, a head of a line is set as a next starting position of |
|
| printing. |