SerialStopBits Property

Gets or sets the number of stop bits used on the serial link

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public SerialStopBits StopBits { get; set; }

Property Value

SerialStopBits
the number of stop bits used on the serial link, default 1

Return Value

SerialStopBits
One of the SerialStopBits enumeration values

See Also