Keysight VISA.NET Help
SerialFlowControlModes Enumeration



Indicates the type of flow control used by the Serial connection. Multiple flow control mechanisms may be specified, although certain combinations may not be supported by all serial ports and/or operating systems.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum SerialFlowControlModes 
   Inherits System.Enum
'Usage
 
Dim instance As SerialFlowControlModes
[Flags()]
public enum SerialFlowControlModes : System.Enum 
[Flags()]
public enum class SerialFlowControlModes : public System.Enum 
Members
MemberDescription
DtrDsr The serial connection uses the DTR output signal and the DSR input signal to perform hardware flow control.
None The serial connection does not use flow control, and buffers on both sides of the connection are assumed to be large enough to hold all data transferred.
RtsCts The serial connection uses the RTS output signal and the CTS input signal to perform hardware flow control.
XOnXOff The serial connection uses the XON and XOFF characters to perform software flow control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.SerialFlowControlModes

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025