DEC LA120 Emulation
71
Horizontal Position
Carriage Return
CR
Causes the current line to be printed, and then sets the current print position to the left margin. If
“Auto LF” is set to “On” in the interface setup menu, a line feed will also be performed.
Control code:
CR
Hexadecimal:
0D
Backspace
BS
Causes the current line to be printed, and then moves the current print position one space to the left.
The actual distance moved depends on the current character spacing. Backspacing can be done up to,
but not beyond, the left margin.
Control code:
BS
Hexadecimal:
08
Absolute Horizontal Tab
ESC [ n `
Sets the current print position to column
n
. The actual position will depend on the current character
spacing. If
n
is less than the left margin, the active column will be set to the left margin. If
n
is greater
than the right margin, then a line feed will be performed and the active column will be set to the left
margin.
Example: The following escape sequence will set the active column to column 65.
Escape Sequence:
ESC
[
6
5
`
Hexadecimal:
1B
5B
36
35
60
Relative Horizontal Tab
ESC [ n a
Advances the current print position by
n
columns. The actual distance moved will depend on the
current character spacing. Equivalent to sending
n
spaces (SP).
Example: The following escape sequence will advance the active column by 10 columns. If current
character spacing is 10 cpi, this will cause the print position to move one inch to the right.
Escape Sequence:
ESC
[
1
0
a
Hexadecimal:
1B
5B
31
30
61
Содержание FormsMaster 8000
Страница 6: ......
Страница 10: ......
Страница 24: ......
Страница 50: ......
Страница 70: ......
Страница 89: ...DEC LA120 Emulation 83 VT Vertical Tab VTS Set Vertical Tab Stop...
Страница 90: ......
Страница 122: ......
Страница 124: ......
Страница 140: ...ASCII Character Tables 134 Epson FX Fast Draft Epson FX Draft Epson FX Letter Quality...
Страница 141: ...ASCII Character Tables 135 PC Fast Draft PC Draft PC Letter Quality...
Страница 142: ...ASCII Character Tables 136 EBCDIC Fast Draft EBCDIC Draft EBCDIC Letter Quality...
Страница 143: ...ASCII Character Tables 137 Latin 2 Slavic Fast Draft Latin 2 Slavic Draft Latin 2 Slavic Letter Quality...
Страница 144: ...ASCII Character Tables 138 OCR A OCR B...
Страница 148: ......