Absolute horizontal tab in columns
Model ASCII IDecimal IHexadecimal 1
<ESC>“f’ “o” n27102 48 n
Both [lB 66 30 n
<ESC>“r’ <0> n27102 0 n IB 66 00 n
Moves the next print position to column nfrom the left margin, where
nis betweenOand 127.
GRAPHICS COMMANDSPrint single-density 8-bit graphics
IModel ASCII IDecimal IHexadecimal !
+
<ESC>“K” nl n2
Both 27 75 nl n2 IB 4B n] n2
ml m2 .ml m2 ml m2
Prints bit-image graphics at 60 dots per inch horizontally. The graphic
image is 8dots high and nl +n2 x256dots wide. Maximum width is
8inches(480 dots). ml, m2, .are the dot data, each al-byte valuefrom
Oto 255representing 8vertical dots, with the most significant bit at the
top and the least significantbit at the bottom. The number of data bytes
must be nl +n2 x256. Dots beyond the right margin are ignored. At
theend of bit-imageprinting the printer returns automatically to character
mode.
Print double-density 8-bit graphics
Mode ASCII Decimal Hexadecimal
<ESC>“L” nl n2 27 76 nl n2
Both IB 4C nl n2
ml m2 ml m2 ml m2
Prints bit-image graphics at 120dots per inch horizontally (maximum
960dots wide). See <ESC >“K” for other information.
Print double-density, double-speed 8-bit graphics
Mode ASCI! Decimal Hexadecimal
<ESC>“Y” nl n2 27 89 nl n2
Both IB 59 nl n2
ml m2 ... ml m2 ... ml m2
Prints bit-image graphics at 120dots per inch horizontally (maximum
960 dots wide), skipping every second dot in the horizontal direction.
See <ESC>“K” for other information.
80
.