Main Content
serialbreak
Send break to device connected to serial port
Syntax
Description
serialbreak(
sends a break of the specified duration device
,time
)time
, in milliseconds, to the
specified serial port device, by setting the transmit pin (TXD) to high for the duration.
The duration of the break might be inaccurate under some operating systems. For some
devices, you can use the break signal as a way to clear the hardware buffer. The function
suspends MATLAB® execution until it is complete.