|
| Name | Description |
|---|
.gif) .gif) | BaseStream |
Gets the underlying Stream object for a SerialPort object.
|
.gif) .gif) | BaudRate |
Gets or sets the serial baud rate.
|
.gif) .gif) | BreakState |
Gets or sets the break signal state.
|
.gif) .gif) | BytesToRead |
Gets the number of bytes of data in the receive buffer.
|
.gif) .gif) | BytesToWrite |
Gets the number of bytes of data in the send buffer.
|
.gif) | CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) |
.gif) .gif) | CDHolding |
Gets the state of the Carrier Detect line for the port.
|
.gif) | Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) |
.gif) .gif) | CtsHolding |
Gets the state of the Clear-to-Send line.
|
.gif) .gif) | DataBits |
Gets or sets the standard length of data bits per byte.
|
.gif) | DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) |
.gif) .gif) | DiscardNull |
Gets or sets a value indicating whether null bytes are ignored when transmitted between the port and the receive buffer.
|
.gif) .gif) | DsrHolding |
Gets the state of the Data Set Ready (DSR) signal.
|
.gif) .gif) | DtrEnable |
Gets or sets a value that enables the Data Terminal Ready (DTR) signal during serial communication.
|
.gif) .gif) | Encoding |
Gets or sets the byte encoding for pre- and post-transmission conversion of text.
|
.gif) .gif) | Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) |
.gif) .gif) | Handshake |
Gets or sets the handshaking protocol for serial port transmission of data.
|
.gif) .gif) | IsOpen |
Gets a value indicating the open or closed status of the SerialPort object.
|
.gif) .gif) | NewLine |
Gets or sets the value used to interpret the end of a call to the ReadLine and WriteLine methods.
|
.gif) .gif) | Parity |
Gets or sets the parity-checking protocol.
|
.gif) .gif) | ParityReplace |
Gets or sets the byte that replaces invalid bytes in a data stream when a parity error occurs.
|
.gif) .gif) | PortName |
Gets or sets the port for communications, including but not limited to all available COM ports.
|
.gif) .gif) | ReadBufferSize |
Gets or sets the size of the SerialPort input buffer.
|
.gif) .gif) | ReadTimeout |
Gets or sets the number of milliseconds before a time-out occurs when a read operation does not finish.
|
.gif) .gif) | ReceivedBytesThreshold |
Gets or sets the number of bytes in the internal input buffer before a DataReceived event occurs.
|
.gif) .gif) | RtsEnable |
Gets or sets a value indicating whether the Request to Send (RTS) signal is enabled during serial communication.
|
.gif) .gif) | Site |
Gets or sets the ISite of the Component.
(Inherited from Component.) |
.gif) .gif) | StopBits |
Gets or sets the standard number of stopbits per byte.
|
.gif) .gif) | WriteBufferSize |
Gets or sets the size of the serial port output buffer.
|
.gif) .gif) | WriteTimeout |
Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.
|