Miscellaneous commandsIBM Proprinter emulation
Transparent print data for several characters
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC \ p1 p2 | 1B 5C p1 p2 | 27 92 p1 p2 |
This command enables printing the characters in all code locations. Characters defined as
Every transparent print data byte is interpreted as an individual character code. If no character is defined for a character code, a space is printed.
p1 p2 define the number of transparent print data bytes
Number = (p1 + (p2 * 256))
Automatic line feed
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC 5 p1 | 1B 35 p1 | 27 53 p1 |
This command sets/resets the automatic line feed function.
p1 | Automatic line feed |
| ||
Valid parameter values: |
| |||
|
|
|
|
|
Dec |
| Hex | Meaning |
|
|
|
|
|
|
0 |
| 00 | Reset | (CR = CR) |
1 |
| 01 | Set | (CR = CR + LF) |
48 |
| 30 | Reset | (CR = CR) |
49 |
| 31 | Set | (CR = CR + LF) |
|
|
|
|
|
Programmer Reference Guide |