Instruction manual
ESC 2
(Set default line spacing)
[Format] ASCII : ESC 2
Hex : 1B 32
Decimal : 27 50
[Description] Set the line spacing to 32(default) for each lines.
[Reference] ESC 3 n
ESC 3 n
(Set line spacing)
[Format] ASCII : ESC 3 n
Hex : 1B 33 n
Decimal : 27 51 n
[Description] Set the line spacing.
Spacing : n x 0.125mm(1 dot size)
Range : 24<= n <= 255,
Default : 32
[Reference] ESC 2
[EX] Data : “12345”,0Ah,1Bh,”3”,40h,”12345”,0Ah, 1Bh,”@”,”67890”,0Ah
Print :
ESC @
(Initialize printer)
[Format] ASCII : ESC @
Hex : 1B 40
Decimal : 27 64
[Description] Clear the data in the print buffer and resets the printer mode (to the same state as when the
power is turned on)
[EX] Data : 1Bh,”-“,01,”12345”,0Ah,”12345”,1Bh,”@”,”ABCD”,0Ah
Print :
ESC J n
(Print and feed paper)
[Format] ASCII : ESC J n
Hex : 1B 4a n
Decimal : 27 74 n
[Description] Print the data in the print buffer and feeds nx0.125mm.
[Reference] ESC d n
[EX] Data : ”12345”,1Bh,4Ah,40h,”ABCD”,0Ah
Print :