Commands 5-1
Chapter 5
Commands
Command Notation
[Name]
The name of the command.
[Format]
The code sequence.
ASCII indicates the ASCII equivalents.
Hex indicates the hexadecimal equivalents.
Decimal indicates the decimal equivalents.
[ ]k indicates the contents of the [ ] should be repeated k times.
[Range]
Gives the allowable ranges for the arguments.
[Description] Describes the function of the command.
Explanation of Terms
LSB
Least Significant Bit
Control Commands
HT
[Name]
Horizontal tab
[Format]
ASCII
HT
Hex
09
Decimal
9
[Description] Moves the print position to the next horizontal tab position.
LF
[Name]
Print and line feed
[Format]
ASCII
LF
Hex
0A
Decimal
10
[Description] Prints the data in the print buffer and feeds one line based on the current
line spacing.
FF
[Name]
➀
Print and eject cut sheet (in standard mode)
➁
Print and return to standard mode (in page mode)