Click or drag to resize

SerialPortIsCommPortAvailable(String) 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(
	string port
)

Parameters

port  String
Port name.

Return Value

Boolean
true, if available.
See Also