
Vertical position commands
Set line spacing to 1/8 inch
MODEASCIIDecimal Hexadecimal
Both | <ESC> “O” | 27 48 | IB 30 |
Sets the distance the paper advances or reverses in sub- sequent line feeds to 1/8 inch.
Set line spacing to 1/6 inch
MODEASCIIDecimal Hexadecimal
Std | <E SC> “2“ | 27 50 | IB 32 |
Sets the distance the paper advances or reverses in sub- sequent line feeds to 1/6 inch.
Set line spacing to n/360 inch
MODEASCIIDecimal Hexadecimal
<ESC> | “+” n | 27 | 43 | n | IB | 2B n |
Std. |
|
|
|
|
|
|
<FS> | “3” n | 28 | 51 | n | IC | 33 n |
Sets the distance the paper advances or reverses in sub- sequent line feeds to n/360 inch, where n is between O and 255.
Page 123