User`s manual
21
MP-4200 TH Programmer’s Manual - Revision 1.0
[Format] ASCII ESC4
Hexadecimal 1B34
Decimal 2752
[Description] Enableitalicprintmode.
[Notes] Italic is available in all other print modes.
ESC 5
[Function] Disableitalicprintmode.
[Format] ASCII ESC5
Hexadecimal 1B35
Decimal 2753
[Description] Disableitalicprintmode.
ESC E
[Function] Enableemphasizedprintmode.
[Format] ASCII ESCE
Hexadecimal 1B 45
Decimal 2769
[Description] Enableemphasizedprintmode.
[Notes] Emphasizedmodeisbolderthannormalprint.Emphasizedisavailableinallotherprintmodes.
ESC F
[Function] Disableemphasizedprintmode.
[Format] ASCII ESCF
Hexadecimal 1B46
Decimal 2770
[Description] Disableemphasizedprintmode.
ESC t n
[Function] Codepage selection.
[Format] ASCII ESCtn
Hexadecimal 1B74n
Decimal 27116n
[Range] 2≤n≤12;n=14;n=21
[Default] n=2
[Description] Thiscommandselectsthecodepagetobeused,accordingtothefollowingoptions.
Ifnis2(02hor32h),CODEPAGE850isselected.
Ifnis3(03hor33h),CODEPAGE437isselected.
Ifnis4(04hor34h),CODEPAGE860isselected.
Ifnis5(05hor35h),CODEPAGE858isselected.
Ifnis6(06hor36h),CODEPAGE866isselected.
Ifnis7(07hor37h),CODEPAGE864isselected.
Ifnis8(08hor38h),UTF8(Unicode)isselected.
Ifnis9(09hor39h),Big-5Eisselected.
Ifnis10(0Ahor3Ah),JISisselected.
Ifnis11(0Bhor3Bh),SHIFTJISisselected.
Ifnis12(0Chor3Ch),GB2312isselected.