Absolute horizontal tab in inches
Mode ASCII Decimal Hexadecimal
Both <ESC> “$” nl n2 27 36 nl n2 1B 24 nl n2
Sets the next print position to (nl + n2 x 256)/60 inches from the left
margin on the current line. Ignored if this position is beyond the
right margin. The maximum position is 13.6 inches.
Absolute horizontal tab in columns
Mode ASCII Decimal Hexadecimal
Both cESC> “f “0” n 27 102 40 II lB663U n
<ES& “f’ co> n 27 102 0 n lB66OU n
Moves the next print position to column n from the left margin,
where n is between 0 and 127.
GRAPHICS COMMANDS Print g-bit normal-density graphics
Mode ASCII Decimal Hexadecimal
Both cESC> “K” nl n2 27 75 nl n2 1B 48 nl n2
ml m2 . . . ml m2 . . . ml m2 . . .
Prints bit-image graphics at 60 dots per inch horizontally. The
graphic image is 8 dots high and nl + n2 x 256 dots wide. Maximum
width is 13.6 inches (816 dots). ml, m2, . . . are the dot data, each a
l-byte value from 0 to 255 representing 8 vertical dots, with the
most significant bit at the top and the least significant bit at the
bottom. The number of data bytes must be nl + n2 x 256. Dots
beyond the right margin are ignored. At the end of bit-image
printing the printer returns automatically to character mode.
Print g-bit double-density graphics
IMode 1 ASCII I Decimal I Hexadecimal (
Both cESC> “L” nl n2 27 76 nl n2 18 4C nl n2
ml m2 . . . ml m2 . . . ml m2 . . .
Prints bit-image graphics at 120 dots per inch horizontally (maxi-
mum 1632 dots wide). See <ES0 “K” for other information.