Click or drag to resize

SerialPortIsCommPortAvailable(SerialCommPort) Method

Checks if the serial port is available (It exists and is not busy, opened by another or the same process).

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

Parameters

port  SerialCommPort
Port name.

Return Value

Boolean
true, if available.
See Also