Owner's Manual

ESC (space)
Select Character Space
Format:
ASCII code:
ESC (space) (n)
Decimal: 27
32 (n)
Hexadecimal: 1B
20 (n)
Comments:
Determines the amount of space added to the right of each charac-
ter, specified in dots. The value of n is 0 to
127.
n = number of dots
ESC $
Select Absolute Horizontal Tab
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal: 1B
Comments:
$ (n1) (n2)
36 (n1) (n2)
24 (n1) (n2)
Moves the print head to an absolute horizontal position. The posi-
tion, in inches, is determined by the formula
(nl + n2 X 256)/60.
If
you attempt to position the print head beyond the right margin, the
command is ignored.
ESC \
Move Print Head
Format:
ASCII code:
ESC
Decimal:
27
Hexadecimal: 1B
Comments:
\ (n1) (n2)
92 (n1) (n2)
5C (n1) (n2)
Moves the print head a specified distance from the last character
printed. The distance, in inches, is determined by the following
formula:
Draft:
(nl + (n2 X 256))/120
LQ:
(nl + (n2 X 256))/180
Proportional: (n1 + (n2 X 256))/180
I-20