Instruction manual
HT
(Horizontal tab)
[Format] ASCII : HT
Hex : 09
Decimal : 9
[Description] Moves the print position to the horizontal tab position.
This command is ignored If the next horizontal tab go over possible printing area.
Horizontal tab position(units:dot)
- Font A( 8x16): 64,128,192,256,320
- Font B(12x24): 96,192,288
[EX] Data : “1234567890123456789012”,0Ah,”123”,09h,”456”,09h,
”789”,09h,”012”,09h,”345”,0Ah
Print :
LF
(Print and line feed)
[Format] ASCII : LF
Hex : 0A
Decimal : 10
[Description] Print the data in print buffer and performs next line feed.
[EX] Data : “1234567890”,0Ah,”12345”,0Ah
Print :
FF
(Print and return, Print and feed label to print starting position)
[Format] ASCII : FF
Hex : 0C
Decimal : 12
[Description] (1) Standard mode : Print data in the buffer and feed the paper to cutting line.
(2) Label mode : Print data in the print buffer and moves to starting position of next page.
[Reference] DC2 m s nL nH , DC2 E
[EX] Data : ”1234567890”,0Ch,”ABCDEF”,0Ah
Print :
CAN
(Cancel print data)
[Format] ASCII : CAN
Hex : 18
Decimal : 24
[Description] Cancel print data in current line.