AwCommLE.BaudRate Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.