Click or drag to resize

SerialPortStringToSerialCommPort Method

Converts string to SerialCommPort.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public static SerialCommPort StringToSerialCommPort(
	string port
)

Parameters

port  String
String representation of the port.

Return Value

SerialCommPort
The equivalent SerialCommPort value.
See Also