7197 Owner’s Guide Chapter 6: Commands
November 2002
83
Select Sensors to Stop Printing
ASCII: ESC c 4 n
Hexadecimal: 1B 63 34 n
Decimal:
27 99 52 n
Value of n :
Bit Function
0, 1 Stop Receipt on Receipt Low
2 - 7 Undefined
Default: 0
Determines which sensor stops printing on the receipt 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:
• MSComm1.Output = Chr$(&H1B) & Chr$(&H63) & Chr$(&H34) & Chr$(n)
Enable or Disable Panel Buttons
ASCII: ESC c 5 n
Hexadecimal: 1B 63 35 n
Decimal:
27 99 53 n
Value of n :
0 = Enable
1 = Disable
Default:
0 (Enable)
Enables or disables the Paper Feed Button. If the last bit is 0, the Paper Feed Button is
enabled. If the last bit is 1, the Paper Feed Button is disabled so pressing the paper feed
button will result in no response.
Example:
• MSComm1.Output = Chr$(&H1B) & Chr$(&H63) & Chr$(&H35) & Chr$(n)
Related Information:
Functions that require using the Paper Feed Button (except for the Execute Macro [1D 5E]
command) cannot be used when it is disabled with this command.