Instruction manual
ESC * m nL nH[d1…dk]
(Select bit-image mode)
[Format] ASCII : ESC * m nL nH [d1…dk]
Hex : 1B 2A m nL nH [d1…dk]
Decimal : 27 42 m nL nH [d1…dk]
[Description] Select bit-image mode using n for the number of dots specified by nL and nH,as follows;
Print bit-image mode continouse : (1) Set the line specing to 24
(2) Select bit-image mode
(3) LF(Line feed)
(4) Repeat (2) and (3).
Verticak Direction Horizontal Direction
M Mode
No. of Dots Number of Data(k)
0 8-dot single-density 8 nL + nH x 256
1 8-dot double-density 8 nL + nH x 256
32 24-dot single-density 24 (nL + nH x 256) x 3
33 24-dot double-density 24 (nL + nH x 256) x 3
ESC – n
(Turn underline mode on/off)
[Format] ASCII : ESC - n
Hex : 1B 2D n
Decimal : 27 45 n
[Description] Turns underline mode on or off,based on the following values of n.
N Function
0,48 Turns off underline mode
1,49 Turns on underline mode(1-dot thick)
2,50 Turns on underline mode(2-dot thick)
[Reference] ESC ! n
[EX] Data : “123”,1Bh,”-“,01,”456”,1Bh,”-“,00,”789”,0Ah
Print :