8
Detailed Description
1. BEL
Sounds the beeper
[Code]
[07h]
[Outline] Sounds the beeper.
2. HT
Horizontal Tab Command
[Code]
[09h]
[Outline] Shifts the printing position to the next horizontal tab position.
• Ignored when the next horizontal tab position has not been set.
• The horizontal tab position is set by ESC D.
• Initial setting of the horizontal tab position is each 8 characters in
9th, 17th, 25th, columns.
[See Also] ESC D
3. LF
Printing and Paper Feed Command
[Code]
[0Ah]
[Outline] Prints data inside the input buffer and feeds lines based on the line feed amount having been set.
The head of the line becomes the next print starting position.
[See Also] ESC 2, ESC 3
4. CR
Print Command
[Code]
[0Dh]
This command is ignored.
5. ESC RS
Sounds the beeper
[Code]
[1Bh] + [1Eh]
[Outline] Sounds the beeper.
6. ESC SP n
Setting the right space amount of the character
[Code]
[1Bh] + [20h] + n
[Range]
{0 <= n <= 20h}
[Outline] The rightward space amount is set in dot unit (1/203 inch unit).
[Caution] The rightward space amount in double width mode is made double of the set volume.
[Default] n = 0
7. ESC # n
Setting the Euro symbol position
[Code]
[1Bh] + [23h] + n
[Range]
{0 <= n <= FFh}