7197 Owner’s Guide CommandsMarch 2002 91Print and Feed n LinesASCII: ESC d nHexadecimal: 1B 64 nDecimal: 27 100 nValue of n: Number of lines to be printed and fed.Range of n: 1 – 255 (0 is interpreted as 1 on the receipt station)Prints one line from the buffer and feeds paper n lines at the current line height.Example:• MSComm1.Output = Chr$(&H1B) & Chr$(&H64) & Chr$(n)Set Horizontal and Vertical Minimum Motion UnitsASCII: GS P x yHexadecimal: 1D 50 x yDecimal: 29 80 x yValue of x: HorizontalValue of y: VerticalRange of x: 0 - 255Range of y: 0 - 255Default: of x: 203Default: of y: 203Sets the horizontal and vertical motion units to 1/x inch and 1/y inch respectively.When x or y is set to 0, the default setting for that motion unit is used.The default horizontal motion is x = 203.Example:• MSComm1.Output = Chr$(&H1D) & Chr$(&H50) & Chr$(x) & Chr$(y)