PURPOSE
CODE
(decimal ASCII)
(hex ASCII)
REMARKS
SEE
PURPOSE
CODE
(decimal ASCII) (hex ASCII)
REMARKS
SEE
PURPOSE
CODE
(decimal ASCII)
(hex ASCII)
REMARKS
SEE
167
Accepts the value of the eighth data bit as is.
(ESC) “#”
2735
IB 23
This command cancels either setting of the eighth data bit. The printer will use the value of the eighth data bit that is sent from the computer. This code allows users with a
Chapter 6
Prints “slash zero”.
(ESC) | 1 | |
27 | 126 | 1 |
IB | 7E | 01 |
This command causes to print the zero character with a slash.
NOTE: The character “l” (decimal code 49, hexadecimal code 31) can be used instead of ASCII 1.
Chapter 6
Prints “normal zero”.
(ESC)
27 126 0
IB 7E 00
This command cancels printing the slash zero and returns printing to the normal zero character.
NOTE: The character “O”(decimal code 48, hexadecimal code 30) can be used instead of ASCII O.
Chapter 6