Line feeding |
|
LF | Line Feed |
Format: | LF |
ASCII code: | |
Decimal: | 10 |
Hexadecimal: | 0 A |
Comments:
‘When this command is received, the data in the print buffer is printed and the paper advances one line in the current line spacing.
ESC 0 | Select |
Format:
ASCII code: E S C 0
Decimal:27 48
Hexadecimal: 1B 30
Comments:
Sets the line spacing to l/8 of an inch for subsequent line feed commands. The 0 is the character zero and not ASCII code 0.
ESC l |
| Select |
Format: | ESC | 1 |
ASCII code: | ||
Decimal: | 27 | 4 9 |
Hexadecimal: | 1 B | 31 |
Comments:
Sets the line spacing to 7/72 of an inch for subsequent line feed commands. The 1 is the character one and not lowercase L or ASCII code 1.
Command Summary | A - 1 3 |