C-29
Command Sets
Function Command
Vertical Control
Line feed LF
Form feed FF
Advance paper n/180 inch (1 £ n £ 255) ESC J (n)
Set line spacing to 1/8 inch ESC 0
Set line spacing to n/180 inch (0 £ n £ 255) ESC 3 (n)
Set line spacing to n/60 inch (0 £ n £ 127) ESC A (n)
Set line spacing to 1/6 inch ESC 2
Set line spacing to n/360 inch (0 £ n £ 255) ESC + (n)
Tabulation
Horizontal tab execution HT
Set horizontal tabs ESC D (n1) ... (nk) NUL
The values of n1to nk in this command are the
ASCII values of the print columns (at the current
character width) at which tabs are to be set.
(1 £ n £ 255) (1 £ k £ 32)
Move print position n/120 inch (for draft)(*1) ESC $ (n1) (n2)
or n/180 inch (for letter)(*1) right from left margin
(n = n1 + n2 X 256)
Move print position n/120(*1) inch (for draft) ESC \ (n1) (n2)
or n/180(*1) inch (for letter) left or right from the
current position
(n = n1 + n2 X 256)
Vertical tab execution VT
Set vertical tabs ESC B (n1) ... (nk) NUL
The values of n1to nk in this command are the
ASCII values of the lines (at the current line
spacing) at which tabs are to be set.
(1 £ n £ 255) (1 £ k £ 16)
Move to dot line (d1 + d2 X 256)/360(*2) inch ESC ( V (n1) (n2) (d1) (d2)
n1 = 2, n2 = 0
(0 £ d1 £ 255) (0 £ d2 £ 127)
Vertical relative move by (d1 + d2 X 256)/360(*2) inch ESC ( v (n1) (n2) (d1) (d2)
n1 = 2, n2 = 0
(0 £ d1 £ 255) (0 £ d2 £ 127)
32768 £ d1 + d2 X 256 £ 32768
*1 The value depends on the pitch set by the ESC ( U command.
*2 The value depends on the pitch set by the ESC ( U command. The default is 1/360 inch.