ZylSerialPort.NET

SerialPort Constructor (SerialCommPort)

Constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal SerialPort.SerialCommPort As SerialCommPort _
)
[C#]
public SerialPort(
   SerialPort.SerialCommPort port
);

Parameters

SerialPort.SerialCommPort
Physical name of the serial port.

See Also

SerialPort Class | ZylSerialPort Namespace | SerialPort Constructor Overload List