Execute <ESC> “A”
Mode | ASCII | Decimal | Hexadecimal |
IBM | <ESC> “2” | 27 50 | IB 32 |
Sets the line spacing to the value defined by the last preceding <ESC>“A” command.Sets the line spacingto 1/6inch if there is no preceding<ESC>“A” command.
Line feed
Mode | ASCII | Decimal | Hexadecimal |
Both | <LF> | 10 | OA |
Prints the current line and feedsthe paper to the next line. See the precedingcommandsfor the line spacing.
Reverse line feed
Mode | ASCII | Decimal | Hexadecimal | ||
Std. | <ESC> cLF> | 27 | 10 | IB | OA |
IBM | <ESC>“ “ |
|
|
|
|
| 1 | 27 | 93 | IB | 5D |
|
|
Printsthecurrentlineandfeedsthepaperin the reversedirectionto the preceding line. See the preceding commands for the line spacing.Ignoredwhen frictionfeed is used.
Select forward feed mode
Mode | ASCII | Decimal | Hexadecimal |
Std. | <FS> “F’ | 28 70 | IC 46 |
Cancelsthe reversefeedmodeandselectsforwardfeedmode.This is the defaultsettingat
Select reverse feed mode
Mode | ASCII | Decimal | Hexadecimal |
Std. | <FS> “R” | 28 82 | IC 52 |
Selects reverse feed mode. Reverses the direction of all vertical movements.Ignoredwhen frictionfeed or bottomfeed is used.