Gets or sets the number of stop bits for the serial communication.
[Visual Basic .NET] Public Property StopBits As enumStopBits |
[C#] public enumStopBits StopBits {get; set;} |
Remarks
If you use MegaPipe modem-related properties (e.g. MakeCall Property and WaitForCall Property) to establish a phone line connection, you don't need to touch this property, Microsoft TAPI will take care of it automatically.