A SERVICE OF

logo

284 DEC LA210 Control Commands
If the new right margin is left of the current column and Auto Wraparound
is enabled, the next character is printed on a new line.
MISCELLANEOUS
ESC [ 2 Ø h Enable Linefeed/Newline
ASCII
: ESC [ 2 Ø h
Control
:
CTRL
[[ 2 Ø h
Decimal
:27915048104
Hexadecimal
:1B5B323068
Returns the active column to the left margin when LF or VT is performed.
ESC [ 2 Ø l Disable Linefeed/Newline
ASCII
: ESC [ 2 Ø l
Control
:
CTRL
[[ 2 Ø l
Decimal
:27915048108
Hexadecimal
:1B5B32306C
Does not change the active column when LF or VT is performed.
CR Carriage Return
ASCII: CR
Control:
CTRL
M
Decimal: 13
Hexadecimal: 0D
Prints all data stored in the print buffer and sets the active column to the
left margin. If Auto Linefeed (LF on CR) is enabled, a linefeed is
performed.
If Carriage Return/Newline is enabled, a linefeed is performed after the
carriage return.