Rev. 1.01
- 6 -
SRP-270
3. Control Commands Details
3-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.
3-2 Explanation of Terms
LSB
Least Significant Bit
3-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
Prints the data in the print buffer and feeds one line based on the current
line spacing.
CR
[Name]
[Format]
[Description]
Print and carriage return.
ASCII CR
Hex 0D
Decimal 13
- This command prints the data in the print buffer and does not feed the
paper.
- Sets the print starting position to the beginning of the line.