Perform one n/180-inch orn/216-inch line feed
IMode \ | ASCII | Decimal | Hexadecimal |
|
IBoth I | <ESC> “J” n | I 27 74 n | I IB 4A n | I |
Feeds the paperonce by rz/180inchesor n/216inches,where n is between1and255.Doesnot movetheprintpositionrightor left in the standardmode. Doesnot changethe
Perform one n/180-inch reverse line feed
Mode | ASCII | Decimal | Hexadecimal |
Std. | <ESC> “j” n | 27 106 n | IB 6A n |
Feedsthepaperonceby n/180inchesin thereversedirection,where nisbetween1and255.Doesnotmovetheprintpositionrightorleft. Doesnot changethe
Feed paper n lines
IModel ASCII |
|
|
| I Decimal |
| I Hexadecimal I | ||||
<ESC> | “f’ | “1” | n | 27102 | 49 | n | IB | 66 | 31 | n . |
Std. | “f’ | <1> |
| 27102 |
|
|
|
|
|
|
<ESC> | n | 1 | n | IB | 66 | 01 | n |
Feedsthe paper n lines fromthe currentline, wheren is betweenO and 127.
Set top of page at current position
Model | ASCII | I | Decimal | I | Hexadecimal |
IBM I | <ESC> “4” | I | 27 52 | I | IB 34 |
Setsthe currentpositionas the
Set page length ton lines
Mode I | ASCII | I Decimal | I Hexadecimal | I |
Both I | <ESC> “C” n | I 27 67 n | / IB 43 n | I |
Sets the page lengthto n lines in the currentline spacing,where n is between1and 127in Standardmodeor between1and64 in IBM mode. Changingthe line spacinglater does not alter the physical page length.The currentline becomesthe top of the page.
64