7167 Owner’s Manual Chapter 6: Commands
November 2003
106
Initialize Printer
ASCII:
ESC @
Hexadecimal:
1B 40
Decimal:
27 64
Default: Receipt
Slip
Character Pitch:
15.6 CPI 13.9 CPI
Column Width:
44 characters (80mm)
32 characters (58mm)
45 characters
Extra Dot Rows:
2 3
Character Set:
Code Page 437 Code Page 437
Printing Position:
Column One Column One
Clears the print line buffer and resets the printer to the default settings for the startup
configuration (refer to Default settings above.)
Single-Wide, Single-High, Non-Rotated, and Left-Aligned characters are set and User-
defined characters or logo graphics are cleared (Flash Memory is not affected). Tabs are
reset to default settings. Receipt selection state is selected.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H40)
Set Slip Paper Eject Length
ASCII: ESC C n
Hexadecimal: 1B 43 n
Decimal:
27 67 n
Value of n :
0 to 255
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H43) & Chr$(n)
Exception:
This command is ignored.