SerialPortName Property
Sets the ASCOM serial port name as a string
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public string PortName { get; set; }
Public Property PortName As String
Get
Set
public:
virtual property String^ PortName {
String^ get () sealed;
void set (String^ value) sealed;
}
StringSerial port name to be used
StringCurrent serial port name
This property allows any serial port name to be used, even if it doesn't conform to a format of COMnnn
If the required port name is of the form COMnnn then Serial.Port=nnn and Serial.PortName="COMnnn" are
equivalent.