BT-T080 Programming Manual
- 37 -
for the bitmap.
• yL, yH, indicates the number of data bytes ( yL+ yH × 256) in the vertical direction for
the bitmap
• 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 of character enlargement, bold,
double-strike, upside-down printing, underline, white/black reverse printing, etc..
• Bitmap outside the printing area is not printed.
• The
ESC a
(select alignment mode) setting is effective to raster bitmap.
• When this command is received during macro definition, the printer ends macro
definition and begins performing this command. This command is not part of the
macro definition.
• d indicates the bitmap data. When corresponding bit is 1, printer prints a dot; when
corresponding bit is 0, printer not print a dot.
[Example]
When xL+ xH × 256 = 64
FS p n m Print bitmap downloaded in NV memory
[Function]
Print bitmap downloaded in NV memory.
[Format]
ASCII
FS
p
n m
Hex
1C
70
n m
Decimal 28
112 n m
[Value range]
1 ≤ n ≤ 255 0 ≤ m ≤ 3 , 48 ≤ m ≤51
[Notes]
Prints the bitmap downloaded in NV memory in the mode specified by m:
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
• n is the number of bitmap (defined by the
FS q
command).
• m specifies the bitmap printing mode.
• NV bitmap is the bitmap which is stored in NV by
FS q
and printed by
FS p.
• This command is not effective when the NV bitmap has not been defined.
• Do not support to print under page mode.