302 DEC LA210 Control Commands
SPECIAL PRINTHEAD MOVEMENT
ESC [ (n)
`
Set Active Column to Column n
ASCII
: ESC [ (n)
`
Control
:
CTRL
[[ (n)
`
Decimal
:2791(n)96
Hexadecimal
:1B5B(n)60
Causes the next character to be printed in Column n. The character
following n is the grave accent (see ASCII data byte value 96 decimal).
BS Backspace
ASCII: BS
Control:
CTRL
H
Decimal: 8
Hexadecimal: 08
Causes the active column to move to the left one space. If the active
column is at the left margin, the backspace command is ignored.
ESC [ (n) a Advance n Columns
ASCII
: ESC [ (n) a
Control
:
CTRL
[[ (n) a
Decimal
:2791(n)97
Hexadecimal
:1B5B(n)61
Advances the active column n number of columns.
If Linefeed/Newline is enabled, attempting to move the active column
more than one column right of the right margin executes a
linefeed/newline.