Gets or sets the baud rate.
[Visual Basic]
Public Property BaudRate As Integer
[C#]
public int BaudRate {get; set;}
Property Value
The baud rate. The unit to be used is bps. The default value is 9600.
Example
How to set the baud rate as 9600bps.
comm.BaudRate = 9600
comm.BaudRate = 9600;
See Also
AwCommLE Class | Asterworld.Comm Namespace