![Bematech LR1100 Programming Manual Download Page 12](http://html1.mh-extra.com/html/bematech/lr1100/lr1100_programming-manual_2730935012.webp)
LR1100 Programming Manual V1.2
LF
[Name]
Print and line feed
[Format]
ASCII LF
Hex 0A
Decimal
10
[Description]
Prints the data in the print buffer and feeds one line, based on the cu rrent line
spacing.
[Note]
This command sets the print position to the beginning of the line.
[Reference]
ESC 2, ESC 3
CR
[Name]
Print and carriage return
[Format]
ASCII
CR
Hex
0D
Decimal
13
[Description]
When automatic line feed is enabled, this command functions the same as LF; when
automatic line feed is disabled, this command is ignored.
[Notes]
This command line feed is ignored with a serial interface model.
Sets the print starting position to the beginning of the line.
[Reference]
LF
DLE EOT n
[Name]
Real-time status transmission
[Format]
ASCII
DLE EOT n
Hex
10 04 n
Decimal 16 4 n
[Range]
1
n
4
[Description]
Transmits the selected printer status specified by n in real-time, according to the
following parameters:
n = 1: Transmit printer status
n = 2: Transmit offline status
n = 3: Transmit error status
n = 4: Transmit paper roll sensor status
[Notes]
The status is transmitted whenever the data sequence <10>H<04>H<n>
(1
n
4) is received.
Example:
In
ESC
m nL
nH
d1...dk
, d1=<10>H, d2=<04>H, d3=<01>H