Forms transportIBM Proprinter emulation
Reverse line feed
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC ] | 1B 5D | 27 93 |
|
|
|
ESC M | 1B 4D | 27 77 |
|
|
|
The reverse line feed is performed using the current line spacing. The contents of the line buffer are printed.
Form feed (FF)
Control sequence | Hexadecimal | Decimal |
|
|
|
FF | 0C | 12 |
|
|
|
The paper is advanced to the next top of form position. The contents of the line buffer are printed and a carriage return is performed.
This control character terminates the expanded mode for one line.
Relative vertical tabulation forward
Control sequence | Hexadecimal |
|
|
|
| Decimal | |||
|
|
|
|
|
|
| |||
ESC J p1 | 1B 4A p1 |
|
|
|
| 27 74 p1 | |||
The vertical print position is moved down by n / | or n / | 1 80 | inch depending on the line | ||||||
spacing unit (see Set line spacing unit). | 2 16 |
|
|
| |||||
|
|
|
|
|
| ||||
The default is n /2 16 inch. |
|
|
|
|
|
|
| ||
p | 1 | Relative vertical movement in n / | inch or n / | 180 | inch increments | ||||
|
| 216 |
|
|
|
| |||
|
| Range: | X’00 ≤ p1 ≤ X’FF |
|
|
|
|
|
Programmer Reference Guide |