http://www.woosim.com
34
ESC d n
[Name]
Print and feed n lines
[Format]
ASCII
ESC
d
n
HEX
1B
64
n
Decimal
27
100
n
[Range]
0
˺
n
˺
255
[Description]
Prints the data in the print buffer and feeds n lines.
[Note]
1) This command sets the print starting position to the beginning of the line.
2) This command does not affect the line spacing set by ESC 2 or ESC 3.
[Reference]
ESC 2, ESC 3
FF
[Name]
Print and return to standard mode in page mode.
[Format]
ASCII
FF
HEX
0C
Decimal
12
[Description]
Prints the data in the print buffer collectively and returns to standard mode.
[Note]
1) The buffer data is deleted after being printed.
2) The Printing area set by ESC W is reset to the default setting.
3) This command sets the print position to the beginning of the line.
4) This command is enabled only in page mode.
[Reference]
ESC FF, ESC L, ESC S
ESC FF
[Name]
Print data in page mode.
[Format]
ASCII
ESC
FF
HEX
1B
0C
Decimal
27
12
[Description]
In page mode, prints all buffered data in the printing area collectively.
[Note]
This commands is enabled only in page mode.
After printing the printer does not clear the buffered data, setting values for
ESC T and ESC W, and the position for buffering.
[Reference]
FF, ESC L, ESC S