Esc h or hts, Esc [ p1; pn u, Vertical movements – Compuprint 4247-L03 Programmer Manua User Manual
Page 90: Esc d or ind, Esc e or nel, Esc [ p, Lf esc d or ind esc e or nel, Index (ansi), Next line (ansi), Horizontal tab setting (ansi)
ESC H or HTS
Horizontal tab setting.
ASCII Code
ESC H or HTS
Hexadecimal Value
X'1B' X'48' (7-bit) or X'88' (8-bit)
Decimal Value
27 72 (7-bit) or 136 (8-bit)
This command causes a horizontal tab stop to be set to the decipoint value of the current print position.
ESC [ p
1
; p
n
u
Sets horizontal tab stops at specified positions multiple horizontal tab set (HTS).
ASCII Code
ESC [ p
1
; p
n
u
Hexadecimal Value
X'1B' X'5B' p
1
X'3B' p
n
X'75'
Decimal Value
27 91 p
1
59 p
n
117
This command sets up to 22 horizontal tab stops at each decipoint position specified by p parameters.
When specifying more than one position, enter the parameters in ascending order.
Vertical Movements
LF
Line feed.
ASCII Code
LF
Hexadecimal Value
X'0A'
Decimal Value
10
This code positions the paper one line space as indicated by the current line spacing value.
ESC D or IND
Index.
ASCII Code
ESC D or IND
Hexadecimal Value
X'1B' X'44' (7-bit) or X'84' (8-bit)
Decimal Value
27 68 (7-bit) or 132 (8-bit)
This command causes the paper to be positioned down one line space as indicated by the current line
spacing value.
ESC E or NEL
Next line.
ASCII Code
ESC E or NEL
Hexadecimal Value
X'1B' X'45' (7-bit) or X'85' (8-bit)
Decimal Value
27 69 (7-bit) or 133 (8-bit)
This command causes the paper to be positioned down one line space as indicated by the current line
spacing value. The column counter is reset to the left margin value.
74
Programmer Manual