7167 Owner’s Manual Chapter 6: CommandsNovember 2003109Select Sensors to Stop PrintingASCII: ESC c 4 nHexadecimal: 1B 63 34 nDecimal: 27 99 52 nValue of n :If this bit of n is 1 Function PerformedBit 0, or bit 1 Stop Receipt on Receipt LowBit 4 Stop Slip if Trailing Edge UncoveredBit 5 Stop Slip if Leading Edge UncoveredDefault: 0Determines which sensor causes the printer to stop printing on the respective station. Thecommand does not affect the paper out sensor on the receipt station, which willautomatically stop the printer when the paper is depleted.Example:This statement causes the receipt to stop on paper low and the slip to stop if the leading edge Is uncovered (bits 0 and 5 equal to 1 yields hexadecimal 21 - binary 00100001):MSComm1.Output = Chr$(&H1B) & Chr$(&H63) & Chr$(&H34) & Chr$(&H21)All other bits are ignored.