User`s manual
27
MP-4200 TH Programmer’s Manual - Revision 1.0
1 byte
{
1
st
bit-column
8
th
bit-column
MSB (bit 7)
LSB (bit 0)
If the image to print has less than ‘N’ graphic columns, a LF must be sent to perform line
printing. Text and graphic may be mixed in the same line.
FS p n m
[Function] Print non-volatile (NV) bit image.
[Format] ASCII FS p n m
Hexadecimal 1C70nm
Decimal 28112nm
[Description] Printthen-thNVbitimageusingmprintmode.
m Mode Vertical Dot Density Horizontal Dot Density
0, 48 Normal 203dpi 203dpi
1,49 Double-width 203dpi 101 dpi
2, 50 Double-height 101 dpi 203dpi
3,51 Quadruple 101 dpi 101 dpi
n is the NV bit image number, as defined by the FS q command.
m is bit image print mode.
This command has no effect when the n-th NV bit image is not defined.
FS q n [x
L
x
H
y
L
y
H
d
1
... d
n
]1 ... [x
L
x
H
y
L
y
H
d
1
... d
n
]
n
[Function] DefineNVbitimage.
[Format] ASCII FS q n [x
L
x
H
y
L
y
H
d1 ... dn]
1
... [x
L
x
H
y
L
y
H
d
1
... d
n
]
n
Hexadecimal 1C71n[x
L
x
H
y
L
y
H
d
1
... dn]
1
... [x
L
x
H
y
L
y
H
d
1
... d
n
]
n
Decimal 28112n[x
L
x
H
y
L
y
H
d
1
... dn]
1
... [x
L
x
H
y
L
y
H
d
1
... d
n
]
n
[Range] 1≤n≤255
0≤x
L
≤255
0≤x
H
≤3(when1≤(x
L
+x
H
×256)≤1023)
0≤y
L
≤255
0≤y
L
≤1(when1≤(yL+y
H
×256)≤288)
0≤d≤255
k=(x
L
+x
H
×256)×(y
L
+y
H
×256)×8
[Description] DefinenNVbitimagestobestoredonthenon-volatilememory.
n specifies the number of NV bit images.
x
L
, x
H
specifies (x
L
+x
H
×256)×8dotsinthehorizontaldirectionfortheNVbitimage.
y
L
, y
H
specifies (y
L
+y
H
×256)×8dotsintheverticaldirectionfortheNVbitimage.
This command erases all NV bit images defined previously and set new ones.