Service manual

78
Carriage return
Prints the current line and returns the next print position to the left
margin. If EDS switch A-3 is set to OFF, also performs a line feed.
Backspace
Moves the print position one column to the left. Ignored if the print
position is at the left margin. This command can be used to overstrike
or combine characters.
Set horizontal tab stops
Cancels all current horizontal tab stops and sets new tab stops at
columns n1, n2, etc. in the current character pitch (pica pitch if
proportional spacing is currently selected), where n1, n2, etc. are
numbers between 1 and 255. The maximum number of horizontal tab
stops allowed is 32. The tab stops must be specified in ascending
order; any violation of ascending order terminates the tab stop list.
Standard termination is by the <0> control code. To clear all tab stops,
specify <ESC> ā€œDā€ <0>.
Horizontal tab
Moves the print position to the next horizontal tab stop. Ignored if
there is no next horizontal tab stop in the current line. Note that when
underlining is selected, spaces skipped by horizontal tabulation are
not underlined.
ASCII Decimal Hexadecimal
<CR>
13 0D
ASCII Decimal Hexadecimal
<BS>
8 08
ASCII Decimal Hexadecimal
<ESC> ā€œDā€ n1 n2 .... <0>
27 68
n1 n2 ....
0 1B 44
n1 n2
... 00
ASCII Decimal Hexadecimal
<HT>
9 09