Confidential BTP-R880NP Programming Manual
- 39 -
· yL, yH indicate the number of data bytes ( yL+ yH × 256) in the vertical direction of 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 all print modes (character size, emphasized,
double-strike, upside-down, underline, white/black reverse printing, etc.) for raster bitmap.
· Data outside the printing area is discarded.
· The
ESC a
(Select justification) setting is also effective on raster bitmaps.
· When this command is received during macro definition, the printer ends macro
definition, and begins performing this command. The definition of this command should be
cleared.
· d indicates the bit-image data. Set a bit to 1 prints a dot and setting it to 0 does not print
a dot.
[Example]
When xL+ xH × 256 = 64
FS p n m
[Function]
Print NV bitmap
[Format]
ASCII
FS
p
n
m
Hex
1C
70
n
m
Decimal 28
112
n m
[Range]
1
≤
n
≤
255
0
≤
m
≤
3, 48
≤
m
≤
51
[Notes]
Prints a NV bitmap n using 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 the NV bitmap (defined using the
FS q
command).
· m specifies the bitmap mode.
· NV bitmap means a bitmap which is defined in a non-volatile memory by
FS q
and
printed by
FS p
.
NV bitmap means a bitmap which is defined in a non-volatile memory by
FS r
and
printed by
FS p.
· This command is not effective when the specified NV bitmap has not been defined.
· In standard mode, this command is effective only when there is no data in the print
buffer.