Click or drag to resize

SerialSpeed Property

Gets and sets the baud rate of the ASCOM serial port

Namespace:  ASCOM.Utilities
Assembly:  ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public SerialSpeed Speed { get; set; }

Property Value

Type: SerialSpeed
Port speed using the PortSpeed enum

Return Value

Type: 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