7167 Owner’s Manual Chapter 6: Commands
November 2003
121
Set Line Spacing to 1/6 Inch
ASCII:
ESC 2
Hexadecimal:
1B 32
Decimal:
27 50
Default:
0.13 Inch (3.33 mm)
Sets the default line spacing to 1/6 of an inch (4.25 mm).
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H32)
Set Line Spacing
ASCII: ESC 3 n
Hexadecimal: 1B 33 n
Decimal:
27 51 n
Value of n:
n/406 inches on receipt
n/144 inches in slip
Range of n:
0 – 255
Default:
Receipt
.13 inch (3.37 mm or 7.52 lines per inch, 3 extra
dot rows.).
Slip
14 inch (7.2 lines per inch, 3 extra dot rows.)
Sets the line spacing for the receipt and for the slip. For the receipt the spacing is set to
n/406 inches. For the slip, the line spacing is set to n/144 inches. The line spacing equals
the character height when n is too small.
If the Set Horizontal and Vertical Minimum Motion Units command (1D 50) is used to
change the horizontal and vertical minimum motion unit, the parameters of this command
(Set Line Spacing) will be interpreted accordingly.
Related Information:
For more information, see the description of the Set Horizontal and Vertical Minimum
Motion Units command in this document.