Click or drag to resize

SerialCommPortExtensionsIntToSerialCommPort Method

Converts int to SerialCommPort.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public static SerialCommPort IntToSerialCommPort(
	int portNumber
)

Parameters

portNumber  Int32
Number of the port.

Return Value

SerialCommPort
The equivalent SerialCommPort value.
See Also