Break
Sets or Clears a Break condition
Not available at Design Time.
MSComm32 and Comm32 have identical behavior
| Syntax |
object.Break = value |
| |
| object |
Name of the communications control. |
| value |
A Boolean expression specifying whether the break signal is set |
| |
| Example |
|
| |
object.Break = True |
'// Put the com port into a break state. |
| |
|
|
|
Remarks:
You should only set this property if you know that the device to which your are connected requires such a break signal. |