Model
Rev.
Page
HMK-056
Ver1.01
27
CR
[Function]
Print and carriage return
[Code]
ASCII
CR
Hex
0Dh
Decimal
13
[Range]
-
[Description]
Equal to LF.
LF
[Function]
Print and line feed
[Code]
ASCII
LF
Hex
0Ah
Decimal
10
[Range]
-
[Description]
①
STANDARD MODE:
After printing the data and go to return accordingly to fixed data.
②
PAGE MODE:
Only the fixed data can be conducted, according to the fixed data.
[Caution]
The LF is ignored behind of CR
CAN
[Function]
Cancel print data in page mode
[Code]
ASCII
CAN
Hex
18h
Decimal
24
[Range]
-
[Description]
The print data will be deleted in print area
HT
[Function]
Horizontal tab
[Code]
ASCII
HT
Hex
09h
Decimal
9
[Range]
-
[Description]
Moves the print position to the next tab position
[Caution]
Horizontal tab positions are to set in ESC+’D’+n.