Title
Rev.
Page
HPP-240
Ver1.0
P.22
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.
FF
[Function]
Print and return to standard mode and page mode
[Code]
ASCII
FF
Hex
0Ch
Decimal
12
[Range]
-
[Description]
Print the data in the print buffer and returns to standard mode
[Caution]
When it does not return to STANDARD MODE then use ESC+FF.