Namespace System.IO.Ports
Classes
- SerialDataReceivedEventArgs
Provides data for the DataReceived event.
- SerialPort
Represents a serial port resource.
Enums
- Handshake
Specifies the control protocol used in establishing a serial port communication for a SerialPort object.
- Parity
Specifies the parity bit for a SerialPort object.
- SerialData
Specifies the type of character that was received on the serial port of the SerialPort object.
- SerialMode
Defines values for hardware and software mode of operation.
- StopBits
Specifies the number of stop bits used on the SerialPort object.
Delegates
- SerialDataReceivedEventHandler
Represents the method that will handle the System.IO.Ports.SerialPort.DataReceived event of a SerialPort object.