User`s manual

ESCv2
Print Graphic Image
Format:
ASCII code:
ESC v
STX nl . . . n7
Decimal:
27
118 2
nl . . . n7
Hexadecimal:
1B
76 02 nl . . . n7
Comments:
Prints a graphic image (bit image) pattern defined with ESC v 1. The
value of nl (from 0 -
127)
specifies the number assigned to the image.
The values of n2 and n3 specify the width and height resolution,
respectively. The following values can be used for n2 and n3:
1:
l/300
of an inch (normal)
2:
1/
150
of an inch (2 times size)
3:
l/100
of an inch (3 times size)
The value of n4 and n5 specifies the horizontal distance from the
logical origin (Y-axis) to the left side of the image in units of the
minimum increment. The value of n6 and n7 specifies the vertical
distance from the logical origin (X-axis) to the top of
the
image. This
formula determines the distance: n4 + (n5 x 256) or n6 + (n7 x 256).
Exvo
Format:
ASCII code:
Decimal:
Hexadecimal:
ESC v
27
118
1B
76
Erase Graphic Image
NUL nl
0
nl
00
nl
Comments:
Erases graphic images from the printer’s memory. The value of nl (from
0 - 127) specifies the number assigned to the image.
Graphics primitives
ESC
1
Select Graphic Mode
Format:
ASCII code:
ESC
1
nl . . . n6
Decimal:
27
124 nl . . . n6
Hexadecimal:
1B
7C nl . . . n6
Comments:
Switches to the graphics primitive mode, allowing the use of the
ALLOCATE, CIRCLE, PANT, LINE, and EXlT graphic primitive
commands. The value of nl determines the type of operation to be
performed after switching to the graphic
mode.
The following values
can be used for
nl
:
Page Printer Commands
A-33