Serial.ClearBreak
From Real Software Documentation
Method
| This method is only available on OS X and Windows platforms. For cross-platform development, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Serial.ClearBreak ( )
Clears the break signal on the control immediately, without the need to call the Reset method. Available on Windows and Mac OS X.
Example
serial1.ClearBreak
