Click or drag to resize

SerialPortGetCommPortDescription(String) Method

Returns the OS level description of the port.

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

Parameters

port  String
The serial port.

Return Value

String
OS level description of the port.
See Also