Instruction manual

[EX] Data : “12345”,18h,”ABCDE”,0Ah
Print :
ESC FF
(Print data in label mode)
[Format] ASCII : ESC FF
Hex : 1B 0C
Decimal : 27 12
[Description] In the Label mode,Print the data in the print buffer and moves to starting position of
next pages.
[Reference] FF, DC2 E,DC2 m s nL nH
ESC ! n
(Select print modes)
[Format] ASCII : ESC ! n
Hex : 1B 21 n
Decimal : 27 32 n
[Description]
Bit Off/On Hex Decimal Function
Off 00 0 Character font A(12x24) selected. 0
On 01 1 Character font B(8x16) selected.
1
2
3
Off 00 0 Double-height mode not selected 4
On 10 16 Double-height mode selected
Off 00 0 Double-width mode not selected 5
On 20 32 Double-width mode selected
6
Off 00 0 Underline mode not selected 7
On 80 128 Underline mode selected
[EX] Data : “12”,1Bh,21h,01h,”34”,1Bh,21h,10h,”56”,1Bh,21h,20h,”78”,
1Bh,21h,80h,”90”,0Ah
Print :
ESC $ nL nH
(Set absolute print position)
[Format] ASCII : ESC $ nL nH
Hex : 1b 24 nL nH
Decimal : 27 36 nL nH
[Description] Set the print position of beginning(Left).
[nL + nH x 256] x 0.125 mm
0<= n <300
Default : 0
[Reference] GS L nL nH
[EX] Data : “1234567890”,0Ah,1Bh,”$”,3Ch,00,”1234”,0Ah
Print :