External Interfaces Previous page   Next Page
FlowControl

Specify the data flow control method to use

Description

You can configure FlowControl to be none, hardware, or software. If FlowControl is none, then data flow control (handshaking) is not used. If FlowControl is hardware, then hardware handshaking is used to control data flow. If FlowControl is software, then software handshaking is used to control data flow.

Hardware handshaking typically utilizes the Request to Send (RTS) and Clear to Send (CTS) pins to control data flow. Software handshaking uses control characters (Xon and Xoff) to control data flow. Refer to Controlling the Flow of Data: Handshaking for more information about handshaking.

You can return the value of the CTS pin with the PinStatus property. You can specify the value of the RTS pin with the RequestToSend property. However, if FlowControl is hardware, and you specify a value for RequestToSend, then that value might not be honored.

Characteristics

Read only
Never
Data type
String

Values

{none}
No flow control is used.
hardware
Hardware flow control is used.
software
Software flow control is used.

See Also

Properties

PinStatus, RequestToSend


Previous page  ErrorFcn InputBufferSize Next page

© 1994-2005 The MathWorks, Inc.