LR1100 Programming Manual V1.2
PAGE MODE COMMANDS
The printer operates in two print modes: standard mode and page mode. In standard mode,
the printer prints and feeds paper each time it receives print data or paper feed commands. In
page mode, all the received print data and paper feed commands are processed in the specified
memory, and no printing action is executed. All data in the memory is then printed when an
ESC FF or FF command is received.
For example, when the printer receives the data "ABCDEF12345" and <LF> in standard mode, it
prints "ABCDEF12345" and feeds the paper by one line. In page mode, data "ABCDEF12345" is
written to the specified printing area in memory. The position in memory for the next print
data is shifted by one line.
The ESC L command sets the printer into page mode, and all commands received thereafter are
processed in page mode. Executing an ESC FF command prints the received data collectively,
and executing an FF command restores the printer to standard mode after the received data is
printed collectively. Executing an ESC S command restores the printer to standard mode
without printing the data in page mode memory. The received data is cleared from memory
instead.
FF
[Name]
Print and return to standard mode in page mode
[Format]
ASCII FF
Hex 0C
Decimal 12
[Description] When in page mode, this prints the data in the print buffer collectively and returns to
standard mode.
When black mark is enabled, this prints the data in the print buffer and feeds paper to
the TOF position (the black mark).
[Notes]
This command is enabled only in page mode.
The buffer data is deleted after being printed.
The printing area set by
ESC W
is reset to the default setting.
This command sets the print position to the beginning of the line.
[Reference]
ESC FF
,
ESC L
,
ESC S
ESC FF
[Name]
Print data in mode page
[Format]
ASCII ESC FF
Hex
1B 0C