
Set automatic line feed
IBM <ESC> “5” <1> | 27 53 1 | IB 35 01 |
Causes the printer to perform both a carriage return and line feed each time it receives a <CR> code. This command takes priority over DIP switch 3.
Cancel automatic line feed
IBM <ESC> “5” <O> | 27 53 0 | IB 35 00 |
Causes the printer to perform only a carriage return when it receives a <CR> code. This command takes priority over DIP switch 3.
Backspace
8
Moves the print position one column to the left. Ignored if the print position is at the left margin. This command can be used to overstrike or combine characters.
Left justify
|
| 27 | 97 | 48 | IB | 61 | 30 |
< | “a” <0> | 27 | 97 | 0 | IB | 61 | 00 |
Aligns subsequent text with the left margin, leaving the right margin ragged.
Center text
27 | 97 | 49 | IB | 61 | 31 |
27 | 97 | 1 | IB | 61 | 01 |
Centers subsequent text between the left and right margins.
Right justify
27 | 97 | 50 | IB | 61 | 32 |
27 | 97 | 2 | IB | 61 | 02 |
Aligns subsequent text with the right margin, leaving the left margin ragged.
54