BT-T080 Programming Manual
- 36 -
• This command is ignored if a downloaded bitmap has not been defined.
• Do not print when there is data in buffer area.
• In standard mode, this command is effective only when there is no data in the print
buffer.
• This command has no effect in the print modes (bold, double-strike, underline,
character enlargement, or white/black reverse printing), except for upside-down
printing mode.
• If the downloaded bitmap to be printed exceeds the printing area, the excess data is
not printed.
• If the printing area set by GS L and GS W is smaller than the required printing width
of GS / command, the followings will be immediately executed (the required printing
width of GS / command not exceeds the max. printing width):
①
Printing area extends to the right side, in order to meet the data amount of bitmap
to be printed.
②
If the step
①
can not provide enough extended width, then the left margin will be
reduced to meet the bitmap width.
• In standard mode (m = 0,48)and double-height mode(m = 2,50), printer will print one
dot which is corresponding to a dot of bitmap; in double-width mode(m = 1,49) and
quadruple mode (m = 3,51), printer will print two dots which are corresponding to a
dot of bitmap.
[Relative]
GS
*
GS v 0 m xL xH yL yH d1....dk Print raster bitmap
[Function]
Print raster bitmap.
[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
[Value range]
0
≤ m ≤ 3, 48 ≤ m ≤ 51
0 ≤ xL ≤ 255
0 ≤ xH ≤ 255
0 ≤ yL ≤ 255
0 ≤ d ≤ 255
k = ( xL + xH × 256) × ( yL + yH × 256) ( k ≠ 0)
[Notes]
Print raster bitmap and select the raster bitmap mode via the value of m:
m
Mode
Vertical Density (DPI) Horizontal Density (DPI)
0, 48
Normal
203 DPI
203 DPI
1, 49
Double-width
203 DPI
101 DPI
2, 50
Double-height
101DPI
203 DPI
3, 51
Quadruple
101DPI
101 DPI
• xL, xH, indicates the number of data bytes ( xL+ xH × 256) in the horizontal direction