Rev. 1.00
- 4 -
Metapace T-2
2. Control Commands Details
2-1 Command Notation
[Name]
[Format]
[Range]
[Description]
The name of the command.
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.
Gives the allowable ranges for the arguments.
Describes the function of the command.
2-2 Explanation of Terms
LSB
Least Significant Bit
2-3 Control Commands Details
HT
[Name]
[Format]
[Description]
Horizontal tab.
ASCII
HT
Hex 09
Decimal
9
▪
Moves the print position to the next horizontal tab position.
LF
[Name]
[Format]
[Description]
Print and line feed.
ASCII
LF
Hex 0A
Decimal
10
▪
In standard mode, prints the data in the print buffer and feeds one line
based on the current line spacing.
▪
In page mode, modes the print position in memory to feed one line based
on the current line spacing.
FF
[Name]
[Format]
[Description]
Print and return to standard mode in page mode.
ASCII
FF
Hex 0C
Decimal
12
▪
In page mode, prints the data in the print buffer collectively and returns to
standard mode.