Confidential BTP-R880NP Programming Manual
- 38 -
[Reference] GS /
GS / m
[Function]
Print downloaded bitmap
[Format]
ASCII
GS
/
m
Hex
1D
2F
m
Decimal 29
47
m
[Range]
0
≤
m
≤
3, 48
≤
m
≤
51
[Description]
Prints a downloaded bitmap using the mode specified by m.
m selects a mode from the table below:
m
Mode
Vertical Resolution (DPI)
Horizontal Resolution (DPI)
0, 48
Normal
203
203
1, 49
Double-width
203
101
2, 50
Double-height
101
203
3, 51
Quadruple
101
101
[Notes]
· This command is ignored if a downloaded bitmap has not been defined.
· 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 (emphasized, double-strike, underline,
character size, or white/black reverse printing), except for upside-down printing mode.
· If the downloaded bit-image to be printed exceeds the printable area, the excess data is
not printed.
·This command print bitmap in RAM but not in FLASH, the number of bitmap is defined by
GS #.
[Reference]
GS
*,
GS #
GS v 0 m xL xH yL yH d1....dk
[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
[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]
Selects Raster bit-image mode. The value of m selects the mode, as follows:
m
Mode
Vertical Resolution (DPI)
Horizontal Resolution (DPI)
0, 48
Normal
203 DPI
203 DPI
1, 49
Double-width
203 DPI
101 DPI
2, 50
Double-height
101 DPI
203 DPI
3, 51
Quadruple
101 DPI
101 DPI
· xL, xH indicate the number of data bytes ( xL+ xH × 256) in the horizontal direction of the
bitmap.