7167 Owner’s Manual    Chapter 6: Commands 
  November  2003 
109
 
Select Sensors to Stop Printing 
ASCII: ESC c 4 n 
Hexadecimal:  1B 63 34 n 
Decimal: 
27 99 52 n 
Value of n :   
 
If this bit of n is 1  Function Performed 
Bit 0, or bit 1  Stop Receipt on Receipt Low 
Bit 4  Stop Slip if Trailing Edge Uncovered 
Bit 5  Stop Slip if Leading Edge Uncovered 
 
Default:   0 
Determines which sensor causes the printer to stop printing on the respective station. The 
command does not affect the paper out sensor on the receipt station, which will 
automatically 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 I
  s 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.