
C.2.9 Other Functions
• | CAN : | Clear print buffer |
• | DLE B : | Soft initialization |
•ESC BEL n : Change emulation
• | ESC R n : | Select code table |
• | ESC @ |
|
CAN | Clear buffer | |
Clear the print buffer | ||
Hex: | (18)H | |
Decimal: | (24)D | |
Octal: | (30)O |
DLE BSoft initialization
This command clears buffer and initializes printer, it sets all the parameters to the
Hex: | (10 | 42)H |
Decimal: | (16 | 66)D |
Octal: | (20 | 102)O |
ESC BEL nChange Emulation
This command causes to print data in the current buffer and change emulation to the corresponding one according to the value of n.
Hex: | |
Decimal: | |
Octal: | |
n = ‘F’: | Change into IBM emulation. |
n = ‘G’: | Change into OKI emulation. |
Note. | All other values of n will be ignored. |