External Interfaces |
Specify the M-file callback function to execute when a break-interrupt event occurs
Description
You configure BreakInterruptFcn
to execute an M-file callback function when a break-interrupt event occurs. A break-interrupt event is generated by the serial port when the received data is in an off (space) state longer than the transmission time for one byte.
If the RecordStatus
property value is on
, and a break-interrupt event occurs, the record file records this information:
BreakInterrupt
Refer to Creating and Executing Callback Functions to learn how to create a callback function.
Characteristics
Read only |
Never |
Data type |
Callback function |
Values
The default value is an empty string.
Functions
Properties
BaudRate | ByteOrder |
© 1994-2005 The MathWorks, Inc.