Instruction manual
ESC R n
(Select international character set)
[Format] ASCII : ESC R n
Hex : 1B 52 n
Decimal : 27 82 n
[Description] n selects an international character set from the following table.
[EX]
N Character Set N Character Set
0 U.S.A. 6 Italy
1 France 7 Spain
2 Germany 8 Japan
3 U.K. 9 Norway
4 Denmark I 10 Denmark II
5 Sweden 11 Korea
Default : n = 0 (In case of no external ROM))
Default : n = 8 (In case of external Japanese ROM)
Default : n = 11(In case of external Korean ROM)
Default : n = 0(In case of external other cuntry ROM)
ESC d n
(Print and feed paper n lines)
[Format] ASCII : ESC d n
Hex : 1B 64 n
Decimal : 27 100 n
[Description] Print the data in the print buffer and feed the paper n lines..
[Reference] ESC J n
[EX] Data : ”12345”,0Ah,1Bh,64h,02h,”ABCD”,0Ah
Print :
ESC v
(Transmit printer status)
[Format] ASCII : ESC v
Hex : b 76
Decimal : 27 118
[Description] Transmit current status to host(Paper,voltage,temperature).
[Return] 1Byte status return
Bit 1 0
0(Paper) Paper not present Paper present
1(Temp) Head high temperature Head normal temperature
2(Label paper) Label paper not present Label paper present
3(Label hole) Label hole not present Label hole present
4(Cover) Open Close
5(Battery volt) Battery low Battery high
6(On-line) Off-line On-line
7(paper mode) Label print Normal print