Printek Emulation
Example: The following escape sequence will select
Escape Sequence: | ESC | S | 3 |
Hexadecimal: | 1B | 53 | 03 |
Character Attributes
Emphasized Mode | ESC E n |
Selects emphasized mode for n=1, or cancels for n=0. Emphasized mode makes characters bolder by printing an extra dot to the right of each dot normally found in the character matrix. This will cut the print speed in half, but will not require an additional pass of the print head. Overrides the “Impact Force” value in the forms menu.
Example: The following escape sequence will select emphasized mode.
Escape Sequence: | ESC | E | 1 |
Hexadecimal: | 1B | 45 | 31 |
|
|
| ESC D n |
Selects
Example: The following escape sequence will select
Escape Sequence: | ESC | D | 1 |
Hexadecimal: | 1B | 44 | 31 |
Underline Mode |
|
| ESC _ n |
Selects underline mode for n=1, or cancels for n =0. This mode provides continuous underlining for all characters, including spaces.
Example: The following escape sequence will turn underlining on.
Escape Sequence: | ESC | _ | 1 |
Hexadecimal: | 1B | 5F | 31 |
95