BT-T080 Programming Manual
- 4 -
ESC FF Print in page mode
[Function]
Print all the data in buffer in page mode.
[Format]
ASCII
ESC
FF
Hex
1B
0C
Decimal 27
12
[Notes]
• This command 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 character data.
[Relative]
FF, ESC L, ESC S
ESC J n Print and feed paper
[Function]
Print and feed paper.
[Format]
ASCII
ESC
J
n
Hex
1B
4A
n
Decimal 27
74
n
[Value range]
0 ≤n ≤ 255
[Notes]
• Prints the data in the print buffer and feeds pape of [ n × horizontal or vertical motion
unit] inch.
• After printing is completed, this command sets the print starting position to the
beginning of the line.
• The paper feed amount set by this command is not affected by the values set by
ESC
2
or
ESC 3
.
• In standard mode, the printer uses the vertical motion unit (y).
• In page mode, this command functions as follows, depending on the direction and
print starting position of the print area:
①
When the print starting position is set to the upper left or lower right of the printable
area by
ESC T
, the vertical motion unit (y) is used.
②
When the starting position is set to the upper right or lower left of the printable area
by
ESC T
, the horizontal motion unit (x) is used.
• The maximum paper feed amount is 1016mm (40 inches). When the setting value
exceeds the maximum, it is converted to the maximum automatically.
• When the mark sensor is valid, the command is still valid if the setting value exceeds
the maximum value.
[Example]
1B 40
(initialize printer)
1D 50 CB CB
(set the resolution to 203×203)
41 41 41 41 41 41 41
(data to be printed)
1B 4A 50
(print and feed paper 80/203 inches)
42 42 42 42 42 42 42 0A
(data to be printed)
Results: