BT-T080 Programming Manual
- 3 -
2 Command Description
2.1 Print command
LF Print and feed one line
[Function]
Print the data in buffer and feed one line
[Format]
ASCII
LF
Hex
0A
Decimal
10
[Notes]
This command sets the print position to the beginning of the line.
[Relative]
ESC 2, ESC 3
FF Print and feed paper
[Function]
Print and feed paper.
[Format]
ASCII
FF
Hex
0C
Decimal 12
[Notes]
• In page mode:
Prints and clears the data in the print buffer, and returns to standard mode;
• In standard mode:
When select marked paper, prints data in the buffer and feeds paper for one line,
then printer feeds paper to the beginning of next print position.
• This command is invalid if continuous paper is selected.
• The buffer data is deleted after being printed.
• The print width set by command ESC W will recovery to the default value.
• This command sets the print position to the beginning of the line.
[Relative]
ESC FF, ESC L, ESC S , GS ( F , GS FF
CR Print and carriage return
[Function]
Print and carriage return.
[Format]
ASCII
CR
Hex
0D
Decimal 13
[Notes]
• When the command is enabled, it equals to LF; the command is ignored when it is
disabled.
• Set the print position to the beginning of the line.
• The command is ignored under serial interface mode.
• The printer configuration specify whether the command to be ignored or not under
parallel interface.
[Relative]
LF