Define line spacing to n/72 inch
Mode | ASCII |
|
| Decimal | Hexadecimal |
IBM | <ESC> | “A” | n | 21 65 n | 1B 41 n |
Defines the distance the paper advances or reverses in subsequent lines feeds to n/72 inch, where n is between 1 and 85. If n = 0, this command is ignored. The new line spacing does not take effect until the next < ESC > “2” command.
Execute < ESC > “A”
Mode | ASCII |
| Decimal | Hexadecimal |
IBM | <ESC> | “2” | 21 50 | 1B 32 |
Sets the line spacing to the value defined by the last preceding < ESC > “A” command. Sets the line spacing to l/6 inch if there is no preceding < ESC > “A” command.
Line feed
Mode | ASCII | Decimal | Hexadecimal |
Both | <LF> | 10 | OA |
Prints the current line and feeds the paper to the next line. If DIP switch
Reverse line feed
Mode | ASCII |
| Decimal | Hexadecimal |
Both | <ESC’ | <LF> | 21 10 | 1B OA |
Prints the current line and feeds the paper in the reverse direction to the preceding line. If DIP switch
Select forward feed mode
Mode | ASCII |
| Decimal | Hexadecimal |
Std. | <FS> | “F” | 28 70 | 1C 46 |
Cancels the reverse feed mode and selects forward feed mode. This is the default setting at
Select reverse feed mode
Mode | ASCII |
| Decimal |
| Hexadecimal |
Std. 1 | <FS> | “R” | 1 28 82 | IlC | 52 |
Selects reverse feed mode. Reverses the direction of all vertical move- ments. Ignored when friction feed is used.