– 20 –
LINE MODE
FUNCTION
One time n/8 mm feed
CODE
<ESC> “I” n
HEX
1B 49 n
REMARKS
Performs a line feed n/8mm once only.
The value of n is 1 to 255.
Space setting for lines is not changed.
FUNCTION
Set vertical tab stops
CODE
<ESC> “B” n1 n2 ... <0>
HEX
1B 42 n1 n2 ... 00
REMARKS
Cancels all current vertical tab stops and sets new vertical tab stops
at lines n1, n2, etc., where n1, n2, etc. are numbers between 0 and
255. A maximum of 16 vertical tab stops can be set.
The tab stops must be specified in ascending order; any violation
of ascending order terminates the tab stop list. Standard termina-
tion is by the <0> control code.
The vertical tab stops are set in terms of the current line spacing and
do not move if the line spacing is changed later.
Invalid when start position detect is valid.
FUNCTION
Set horizontal tab stops
CODE
<ESC> “D” n1 n2 ... <0>
HEX
1B 44 n1 n2 ... 00
REMARKS
Cancels all current horizontal tab stops and sets new tab stops at
columns n1, n2, etc. at the current character pitch, where n1, n2,
etc. are numbers between 1 and 255. A maximum of 16 horizontal
tab stops can be set.
The tab stops must be specified in ascending order; any violation
of ascending order terminates the tab stop list. Standard termina-
tion is by the <0> control code.
The horizontal tab stops are set in terms of the current character
pitch and do not move if the character pitch is changed later.