CSN-80V User manual
43
Code
ASCII
:
FS p n m
DEC
:
28 112 n m
HEX
:
1C 70 n m
Function
Print NV bitmap n using the mode specified by m.
m
Mode
0, 48 Normal
1, 49 Double-width
2, 50 Double-height
3, 51 Quadruple
Parameter
range
0 ≤ m ≤ 3
48 ≤ m ≤ 51
1 ≤ n ≤ 255
Default
None
Support
All
Notes
n is the number of the NV bitmap (defined using the FS q command).
m specifies the bitmap mode.
NV bitmap is a bitmap defined in non-volatile memory by
FS q 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.
This command is not affected by print modes (Bold printing,
overlapping,underline, character size, white/black reverse printing, or
90°rotated characters, etc.), except upside-down printing mode.
If the downloaded bit-image to be printed exceeds one line, the
excess data is not printed.
This command feeds dots (for the height n of the NV bitmap) in
normal and double-width modes, and (for the height n
2 of the NV
bitmap) in doubleheight and quadruple modes, regardless of the line
space specified by ESC 2 or ESC 3.
After printing the bitmap, this command sets the print position to the
beginning of the line and processes the data that follows as normal data.
Example
None
Print bitmap
Name
Print bitmap
Code
ASCII
:
DC2 * r n [d1…dn]
DEC
:
18 41 r n [d1…dn]
HEX
:
12 2A r n [d1…dn]