
140
PURPOSE
CODE
(decimal ASCII)
(hex ASCII)
RENfARKS
SEE
PURPOSE
CODE
(decimal ASCII)
(hex ASCII)
REMARKS
Sets the printer to expanded print.
(ESC) | “w” | 1 |
27 | 87 | 1 |
IB | 57 | 01 |
This command causes characters to be printed twice as wide as normal (half the current pitch) until expanded printing is cancelled.
NOTE: The character “l” (decimal code 49, hexadecimal code 31) can be used instead of ASCII 1.
Chapter 4
Cancels expanded print.
(ESC) “w” o
27 87 0
IB 57 00
This command resets the character pitch to what it was before expanded printing was set.
NOTE: The character “O”(decimal code 48, hexadecimal code 30) can be used instead of ASCII O.
SEE | Chapter 4 |
PURPOSESets the printer to expanded print
for the remainder of the current
line.
CODE
(decimal ASCII)
(hex ASCII)
REMARKS
(so)
14 OE
This command causes characters to be printed twice as wide as normally until a carriage return is sent. It can also be cancelled with (DC4).
SEE | Chapter 4 |