User`s manual

45
MP-4200 TH Programmer’s Manual - Revision 1.0
•Thedistancefromthebeginningofthelinetotheprintpositionis(n
L
+n
H
×256).
[Details] •Settingavalueoutsideprintableareaisignored.
•ThehorizontalmotionunitisspecifiedbyGSP.
•TheGSPcommandcanchangehorizontalmotionunit.However,thevaluecannotbeless
than minimum horizontal movement amount, and it must be in even units of minimum horizontal
movement amount.
[References] ESC\,GSP
ESC ( A ENQ NUL a d c t
1
t
2
[Function] Activate/deactivate buzzer.
[Format] ASCII  ESC(AENQNULadct
1
t
2
Hexadecimal 1B284105006164ct
1
t
2
Decimal 2740655097100ct
1
t
2
[Range] 0≤c≤63;0≤t
1
≤255;0≤t
2
≤255
[Description] Activatestheintegratedbuzzer.
•cspecifiesthenumberofbeepingcycles.
•t
1
specifies buzzer on time (t
1
× 100 ms) for each cycle.
•t
2
specifies buzzer off time (t
2
× 100 ms) for each cycle.
ESC * m n
L
n
H
d
1
... d
k
[Function] Select bit-image mode.
[Format] ASCII  ESC*mn
L
n
H
d
1
... d
k
Hexadecimal 1B 2A m n
L
n
H
d
1
... d
k
Decimal 2742mnLn
H
d
1
... d
k
[Range] m=0,132,33
0≤n
L
≤255
0≤n
H
≤255
0≤d≤255
[Description] Selectbit-imagemodeusingmforthenumberofdotsspecifiedbyn
L
and n
H
, as follows:
m Mode
Vertical Direction Horizontal Direction
Dots Dot Density Dot Density Data Count (K)
0 8-dot single-density 8 68dpi 101 dpi n
L
+n
H
x256
1 8-dot double-density 8 68dpi 203dpi n
L
+n
H
x256
32 24-dot single-density 24 203dpi 101 dpi (n
L
+n
H
x256)x3
33 24-dot double-density 24 203dpi 203dpi (n
L
+n
H
x256)x3
[Details] •Ifmisoutofrange,nLandthedatafollowingitareprocessedasnormaldata.
•(nL+nH×256)indicatethenumberofbitimagedotsinthehorizontaldirection.
•Ifbit-imagedatainputexceedthenumberofdotstobeprintedonaline,theexcessdatais
ignored.
•dindicatebit-imagedata.
•IfthewidthoftheprintingareasetbyGSLandGSWislessthanthewidthrequiredbythe
datasentwiththeESC*command,theexcessdatawillbeperformedonthelineinquestion
(but the printing cannot exceed the maximum printable area):
o The width of the printing area is extended to the right to accommodate the amount
of data.
o If previous step does not provide sufficient width for the data, the left margin is
reduced to accommodate the data.
•Afterprintingabitimage,theprinterreturnstonormaldataprocessingmode.
•Thiscommandisnotaffectedbyprintmodes(emphasized,double-strike,underline,character
size or white/black reverse printing), except upside-down printing mode.