Confidential BTP-R880NP Programming Manual
- 3 -
2 Command Description
2.1 Print command
LF
[Function]
Print and line feed
[Format]
ASCII
LF
Hex
0A
Decimal 10
[Note]
This command sets the print position to the beginning of the line.
[Relevant command]
ESC 2, ESC 3
FF
[Function]
Print all data in the print buffers and return to the standard mode.
[Format]
ASCII
FF
Hex
0C
Decimal
12
[Notes]
· This command is valid only in page mode.
· The buffer data is deleted after being printed.
· The printer does not execute paper cutting.
· This command sets the print position to the beginning of the line.
[Relevant command]
ESC FF, ESC L, ESC S
CR
[Function]
When the command is enabled, it equals to
LF
; it is ignored when disabled,
[Format]
ASCII
CR
Hex
0D
Decimal
13
[Notes]
· Sets the print starting position to the beginning of the line.
· This command is set according to the printer configuration.
[Relevant command]
LF
ESC FF
[Function]
Print data in page mode
[Format]
ASCII
ESC FF
Hex
1B
0C
Decimal
27
12