ESC/ P Legacy Command Reference

Table Of Contents
ESC/P Legacy Command Reference
- 51 -
5. Control Command Details
ESC i S Request printer status
ASCII: ESC i S
Decimal: 27 105 83
Hexadecimal: 1B 69 53
Function
Requests the printer status.
Details
*Refer to the P-Touch Template Command Reference.
ESC ~ e F 1 Reverse feed
ASCII: ESC ~ e F 1 n m
Decimal: 27 126 101 70 1 n m
Hexadecimal: 1B 7E 65 46 01 n m
Function
Reverse feeds the paper by the specified number of lines.
Details
The number of lines is specified with the two bytes n m.
However, n is the least significant byte and m is the most significant byte.
The setting range for the number of lines is:
At 300 dpi: 24 to 12,000 dots
At 203 dpi: 18 to 8,000 dots
Example: 1Bh 7Eh 65h 46h 01h 04h 10h
Specifies the number of lines as 1004h = 4,100 dots.