SerialSpeed Property

Gets and sets the baud rate of the ASCOM serial port

Definition

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

Property Value

SerialSpeed
Port speed using the PortSpeed enum

Return Value

SerialSpeed
Port speed as a SerialSpeed enum value

Remarks

This is modelled on the COM component with possible values enumerated in the PortSpeed enum.

See Also