DotNetSerialPort

DotNetSerialPort Properties

The properties of the DotNetSerialPort class are listed below. For a complete list of DotNetSerialPort class members, see the DotNetSerialPort Members topic.

Public Instance Properties

AvailablePorts Gets the list of system ports as a string collection.
BaudRate Gets or sets the speed of the port.
BreakState Gets or sets the status of break signal.
ByteSize Gets or sets the bytesize of the communication.
BytesReceived Gets the number of bytes received.
BytesSent Gets the number of bytes sent.
CD Gets the status of Carrier Detect signal.
CTS Gets the status of Clear To Send signal.
DSR Gets the status of Data Set Ready signal.
DTREnabled Gets or sets the status of Data Terminal Ready (DTR) signal.
EventChar Gets or sets the event character.
HandShakeProperty Gets or sets the handshake type.
IsOpen The value of this property is true, when the port is open.
ParityBit Gets or sets parity type.
PortCount Gets the number of serial ports in the system.
PortHandle Gets the serial port handle used by windows.
PortNumber Gets the port number.
Ring Gets the status of the ring signal.
RQUsedBytes Gets the number of bytes in the input buffer.
RTSEnabled Gets or sets the status of Ready To Send (RTS) signal.
RxBufferSize Gets or sets the size of the receive buffer.
StopBit Gets or sets the size of stop bit .
TQUsedBytes Gets the number of bytes in the input buffer.
TxBufferSize Gets or sets the size of the transmit buffer.
XoffChar Gets or sets the Xoff character.
XonChar Gets or sets the Xon character.

See Also

DotNetSerialPort Class | SWBOX Namespace