PPTII-A Programming Manual
www.hprt.com
36
GS v 0 m xL xH yL yH d1....dk
[Name]
Print raster bit image
[Format]
ASCII
GS
v
0
m xL xH yL yH d1...dk
Hex
1D
76
30 m xL xH yL yH d1...dk
Decimal
29 118
48
m xL xH yL yH d1...dk
[Range]
0 ≤ m ≤ 3,
48 ≤ m ≤ 51
0 ≤ xL ≤ 255
0 ≤ xH ≤ 255
0 ≤ yL ≤ 255
0 ≤ d ≤ 255
[Dscription]
k = ( xL + xH × 256) × ( yL + yH × 256) ( k ≠ 0)
print raster bit image, using m to select raster bit image mode:
m
Mode
Vertical Dot Density (DPI)
Horizontal Dot Density (DPI)
0,48
Normal
203
203
1,49
Double-width
203
101
2,50
Double-height
101
203
3,51
Quadruple
101
101
•xL
、
xH indicates the number of bit image bytes in horizontal direction
(
xL+ xH ×256
)
•yL
、
yH indicates the number of bit image bytes in vertical direction
(
yL+ yH × 256
)
.
[Notes]
• In standard mode, this command is effective only when there is no data in the print
buffer.
• Printing modes, such as characters amplification/ emphasized/ double-strike/
underline/ white/ black reverse/ upside-down printing, etc., are effective to this
command.
• The part exceeds printing area is not to be printed.
• ESC a (select justification) is effective to raster bit image.
• If this command is received while a macro is being defined, the printer ends macro
definition mode and execute it. This command is not part of macro definition.
•d indicates the bit image data. Set a bit to 1 to print a dot, or set a bit to 0 to not print
a dot.
[Example]
When xL+ xH × 256 = 64