User`s manual

19
MP-4200 TH Programmer’s Manual - Revision 1.0
ESC A n
[Function] Feedpaperby[nx0,375]mm.
[Format] ASCII  ESCAn
Hexadecimal 1B 41 n
Decimal 2765n
[Range] 0≤n≤255
[Description] Performpaperfeedofnx0,375mm.
[Notes] Ifn<17,thelinefeedwillbeequaltozero.Forn>85,thelinefeedwillbeequalto32mm.For
othervalues,thelinefeedisequaltonx0,375mm.
ESC f 0 n
[Function] Horizontal skipping.
[Format] ASCII  ESCf0n
Hexadecimal 1B6630n
Decimal 2710248n
[Range] 0≤n≤255
[Description] Performshorizontalskippingofncharacters.
[Notes] Hexcommand1B6600ntakesthesameeffect.
HT
[Function] Horizontal tab.
[Format] ASCII HT
Hexadecimal 09
Decimal 9
[Description] Moveprintpositiontonexttabmarkinthecurrentline.
[Notes] Tabmarksexistbydefaultateveryeightcharactercolumns.Defaulttabmarkpositionscanbe
modifiedbytheESCDcommand.
ESC D n
1
... n
k
NUL
[Function] Set horizontal tab marks.
[Format] ASCII  ESCDn
1
... n
k
NUL
Hexadecimal 1B 44 n
1
... n
k
00
Decimal 2768n
1
... n
k
0
[Range] 1≤n≤255
0≤k≤32
[Default] Thedefaulttabmarksareatintervalsof8characters(columns9,17,25,...)forfont12x24.
[Description] Sethorizontaltabmarks.
•nspecifiesthecolumnnumberforsettingahorizontaltabpositionfromthebeginningoftheline.
•kindicatesthetotalnumberofhorizontaltabpositionstobeset.
[Notes] •Thehorizontaltabmarkisstoredasavalueof[characterwidth×n],measuredfromthe
beginning of the line. The character width includes the right-side character spacing, and
double-width characters are set with twice the width of normal characters.
•Thiscommandcancelsprevioushorizontaltabsettings.
•Whensettingn=8,theprintpositionismovedtocolumn9bysendingHT.
•Upto32tabpositions(k=32)canbeset.Dataexceeding32tabpositionsisprocessedas
normal data.
•Transmit[n]
k
inascendingorderandplaceaNULcode0attheend.
•When[n]
k
is less than or equal to the preceding value [n]
k-1
, tab setting is finished and the
following data is processed as normal data.
•ESCDNULcancelsallhorizontaltabmarks.
•Thepreviouslyspecifiedhorizontaltabmarksdonotchange,evenifcharacterwidthchanges.