This property sets or clears the break signal state of a Comm control.
object.Break [ = value]
Value |
Description |
True | Sets the break signal state |
False | Clears the break signal state |
The Break property is unavailable at design time. When set to True, Break sends a break signal. The break signal suspends character transmission and places the transmission line in a break state until you set Break to False. Typically, you set the break state for a short interval of time, and only if a device requires a set break signal.