I
Set bottom margin
MODEASCIIDecimal Hexadecimal
Both | <ESC> “N” n | 27 78 n | IB 4E n |
Sets the bottom margin to n lines, where n is between 1 and 127 in Standard mode or between 1 and 255 in IBM mode. The bottom margin is reset when you change the page length.
Cancelbottom margin
MODEASCIIDecimal Hexadecimal
Both | <ESC> “O” | 27 79 | IB 4F |
Cancels the bottom margin.
Form feed
MODEASCIIDecimal Hexadecimal
Both | <FF> | 12 | Oc |
Feeds the paper to the top of the next page according to the current page length, and moves the print position to the left margin. When friction feed is used, this com- mand ejects the current page.
Set verticaltab stops
MODE |
| ASCII |
| Decimal | Hexadecimal | ||
Both | <ESC> | “B” nl | 27 | 66 | nl | IB 42 | nl |
| nz | <o> | n2 | . | 0 | ‘72 | .00 |
Cancels all current vertical tab stops and sets new verti- cal tab stops at lines n], n2, etc., where nl, n2, etc. are numbers between 1 and 255: A maximum of 16 vertical tab stops can be set. The tab stops must be specified in ascending order; any violation of ascending order termi- nates the tab stop list. Standard termination is by the <O>control code. The vertical tab stops are set in terms of the current line spacing and do not move if the line spacing is changed later.
Page128