7167 Owner’s Manual Chapter 6: Commands
November 2003
120
Receipt Station Slip Station
Extra Rows Lines Per
Inch
Dot Rows Extra Rows Lines Per
Inch
Dot Rows
0 8.47 24 0 10.29 7
1 8.13 25 1 9.00 8
2 7.81 26 2 8.00 9
3 7.52 27 3 7.20 10
4 7.25 28 4 6.55 11
5 7.00 29 5 6.00 12
6 6.77 30 6 5.54 13
7 6.55 31 7 5.14 14
8 6.35 32 8 4.80 15
9 6.16 33 9 4.50 16
10 5.98 34 10 4.24 17
11 5.81 35 11 4.00 18
12 5.64 36 12 3.79 19
Example:
MSComm1.Output = Chr$(&H16) & Chr$(n)
Print
ASCII:
ETB
Hexadecimal:
17
Decimal:
23
Prints one line from the buffer and feeds paper one line. Executes LF on receipt. Executes
LF on slip if previous character was not a CR.
Example:
MSComm1.Output = Chr$(&H17)