Enumeration of serial port speeds for use with the Serial port
Namespace:
ASCOM.Utilities
Assembly:
ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
SyntaxPublic Enumeration SerialSpeed
public enum class SerialSpeed
Members
| Member name | Value | Description |
---|
| ps300 | 300 | |
| ps1200 | 1200 | |
| ps2400 | 2400 | |
| ps4800 | 4800 | |
| ps9600 | 9600 | |
| ps14400 | 14400 | |
| ps19200 | 19200 | |
| ps28800 | 28800 | |
| ps38400 | 38400 | |
| ps57600 | 57600 | |
| ps115200 | 115200 | |
| ps230400 | 230400 | |
RemarksThis contains an additional speed 230,400 baud that the COM component doesn't support.
See Also