7197 Series II Owner’s Guide Chapter 6: Commands
August 2011
91
Sets the line spacing to n/406 inches. The minimum line spacing is 8.5 lines per inch. 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.
Print and Feed Paper
ASCII: ESC J n
Hexadecimal: 1B 4A n
Decimal:
27 74 n
Value of n:
n/203 inches in 7194 Native Mode and 7197 Series II Native Mode
n/360 inches in 7193 Emulation Mode
Range of n: 0 - 255
Prints one line from the buffer and feeds the paper.
The line height equals the character height when n is too small.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H4A) & Chr$(n)
Related Information:
For more information, see the description of the Set Horizontal and Vertical Minimum
Motion Units command in this document.