
VERTICAL POSITION COMMANDS
Set line spacing to 1/8 inch
IMode I | ASCII | Decimal | Hexadecimal |
1 |
| I | 1 |
Both | <ESC> “O” | 27 48 | IB 30 |
Setsthe distancethe paper advancesor reversesin subsequentline feeds to 1/8inch.
Set line spacing to 7/60 or 7/72 inch
Mode | ASCII | Decimal | Hexadecimal |
Both | <ESC> “l” | 27 49 | IB 31 |
Sets the distancethe paper advancesor reversesin subsequentline feeds to 7/60 inch (standardmode) or 7/72 inch (IBMmode).
Set line spacing to 1/6 inch
[Mode I | ASCII | Decimal | Hexadecimal |
, | <ESC> “2” | 27 50 |
|
Std. | IB 32 |
Sets the distancethe paper advancesor reversesin subsequentline feeds to 1/6inch.
Set line spacing to n/360 inch
Mode ASCII |
|
| ! Decimal | Hexadecimal | ||||
cESC> | “+” | n | 27 | 43 | n | IB | 2B | n |
Std. | “3” | n | 28 | 51 |
|
| 33 | n |
<FS> | n | IC |
Sets the distancethe paper advancesor reversesin subsequentline feeds to n/360inch, where n is between Oand 255.
61