Click or drag to resize

SerialCommPortExtensionsStringToSerialCommPort Method

Converts string to SerialCommPort.

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

Parameters

port  String
String representation of the port.

Return Value

SerialCommPort
The equivalent SerialCommPort value.
See Also