![](/images/new-backgrounds/1174264/17426439x1.webp)
FUNCTION
CODE
OUTLINE
FUNCTION
CODE
OUTLINE
FUNCTION
CODE
OUTLINE
Carriage return
<CR>
(0D)H
The <CR> code is valid when the memory switch
at exfactory). When the <CR> code is valid, setting the memory switch
Memory Switch Setting | <CR> Code Function | ||||
|
|
|
|
| |
MSW |
|
|
| Ignored (at exfactory) | |
|
|
| |||
MSW | MSW | Same as <LF> | |||
MSW | Prints only. No paper feed | ||||
| |||||
|
|
|
|
| |
Feed paper n lines |
| ||||
<ESC> "a" n |
| ||||
(1B)H (61)H n |
| ||||
< < |
|
|
|
| |
1 = n = 127 |
|
After data in the line buffer is printed out, feeds the paper n lines.
Horizontal tab
<HT>
(09)H
The print position skips to the next horizontal tab position in line.
If the current position is after the final horizontal tab position that can be executed, this code is ignored. (Underlining and overlining do not take place in the spaces between characters set with the horizontal tab function.)
18