Keysight VISA.NET Help
XOnCharacter Property (SerialSession)



The value of the XON character used for XON/XOFF flow control (both directions).
Syntax
'Declaration
 
Public Property XOnCharacter As Byte
'Usage
 
Dim instance As SerialSession
Dim value As Byte
 
instance.XOnCharacter = value
 
value = instance.XOnCharacter
public byte XOnCharacter {get; set;}
public:
property byte XOnCharacter {
   byte get();
   void set (    byte value);
}
Remarks

The range is between 0 and Byte.MaxValue, inclusive. The default is 0x11 (ctrl+Q).

If FlowControl is not equal to Ivi.Visa.SerialFlowControlModes.XOnXOff, this property is ignored.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025