SerialPort Constructor (SerialCommPort, SerialDataWidth, SerialStopBits, SerialParityBits, SerialHardwareFlowControl, SerialSoftwareFlowControl, Boolean, Boolean)
Constructor.
Parameters
-
SerialPort.SerialCommPort
- Physical name of the serial port.
-
SerialPort.SerialDataWidth
- Number of bits in the bytes transmitted and received.
-
SerialPort.SerialStopBits
- Number of stop bits to be used.
-
SerialPort.SerialParityBits
- Parity scheme to be used.
-
SerialPort.SerialHardwareFlowControl
- Hardware flow control.
-
SerialPort.SerialSoftwareFlowControl
- Software flow control.
-
Boolean
- Enable/disable DTR when the port is open.
-
Boolean
- /// Enable/disable RTS when the port is open.
See Also
SerialPort Class | ZylSerialPort Namespace | SerialPort Constructor Overload List