Specifications

CONFIG Commands - 3
CONFIG BREAK
Statement
SYNTAX: CONFIG BREAK com port,mode
PURPOSE: To enable or disable response to a break character on a communications port.
REMARKS: In normal operation an <ESC> to COM1 while the program is running will stop program
execution. The same is true for ˆC in an INPUT statement.
This response is disabled with CONFIG BREAK.
The com port parameter is 1 or 2.
The mode parameter tells the system whether or not to suppress break. A “0” will allow normal
break operation. A “1” will suppress the break characters.
RELATED: none
EXAMPLE: 10 CONFIG BREAK 1,1
Suppress break on both serial channels.
ERROR: <Data negative> – for com port and mode