Keysight VISA.NET Help
BaudRate Property (SerialSession)



The baud rate of the interface.
Syntax
'Declaration
 
Public Property BaudRate As Integer
'Usage
 
Dim instance As SerialSession
Dim value As Integer
 
instance.BaudRate = value
 
value = instance.BaudRate
public int BaudRate {get; set;}
public:
property int BaudRate {
   int get();
   void set (    int value);
}
Remarks

The range is between Int32.MinValue and Int32.MaxValue, inclusive. Negative values are converted to unsigned integers between Int32.MaxValue + 1 and UInt32.MaxValue before they are used. The default is 9600.

When setting this property, the calling program must specify a value that is supported by the hardware being used.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025