Namespace Windows.Devices.SerialCommunication
Classes
ErrorReceivedEventArgs
Represents the object that is passed as a parameter to the event handler that is invoked when error occurs on the serial port.
PinChangedEventArgs
Represents the object that is passed as a parameter to the event handler that is invoked when the state of a signal line changes on the serial port.
SerialDataReceivedEventArgs
Provides data for the DataReceived event.
SerialDevice
Represents a serial port. The object provides methods and properties that an app can use to find the port (in the system).
Enums
SerialData
Specifies the type of character that was received on the Windows.Devices.SerialCommunication.SerialDeviceInputStream serial port of a SerialDevice object.
SerialError
Defines values for error conditions that can occur on the serial port.
SerialHandshake
Defines values for hardware and software flow control protocols used in serial communication. The values are used by Handshake property on the SerialDevice object.
SerialMode
Defines values for hardware and software mode of operation.
SerialParity
Defines values for the parity bit for the serial data transmission. The values are used by the Parity property on the SerialDevice object.
SerialPinChange
Defines values for types of signal state changes on the serial port.
SerialStopBitCount
Defines values that indicate the number of stop bits used in a transmission. The values are used by the StopBits property on the SerialDevice object.