| Keysight.Visa Namespace > SerialSession Class : BaudRate Property |
'DeclarationPublic Property BaudRate As Integer
'UsageDim instance As SerialSession Dim value As Integer instance.BaudRate = value value = instance.BaudRate
public int BaudRate {get; set;}
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.
Current with Keysight IO Libraries Suite 18