SRP-330II/332II
Rev. 1.00
BIXOLON
- 116 -
GS v 0
Function:
Print raster bit image
Code:
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
1 ≤ (xL + xH x 256) ≤ 128 (0 ≤ xL ≤ 128, xh=0)
1 ≤ (yL + yH x 256) ≤ 4095 (0 ≤ yL ≤ 255, 0 ≤ yH ≤ 15)
0 ≤ d ≤ 255
k = (xL + xH x 256) x (yL + yH x 256)
Default:
None
Description:
■
This command prints a raster bit image according to the mode defined by m.
DPI : Dots per Inch (25.4mm)
m
Mode
Vertical dot density (DPI)
Horizontal dot density (DPI)
0, 48
Normal
180
180
1, 49
Double-width
180
90
2, 50
Double-height
90
180
3, 51
Quadruple
90
90
•
xL, xH specifies (xL + xH x 256) byte(s) in the horizontal direction for the bit image.
•
yL, yH specifies (yL + yH x 256) dot(s) in the vertical direction for the bit image.
•
d specifies the definition data of the bit image data.
Remarks:
■
In standard mode, this command is effective when the printer buffer is empty and the printer is in the beginning of the
line. If the buffer is not empty, after processing m, the printer treats the following data as normal data.
■
In page mode, the bit image is stored in the print buffer, not being printed.
■
None of the print modes such as emphasized, double-strike, etc, affects the printing of the bit image.
■
The default dot density set by GS L is applied to printing of the bit image.