Chapter 6: Commands 7197 Owner’s Guide
February 2002
90
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 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.