SerialPin Enum
NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: System.IO.Ports
Namespace: System.IO.Ports
Serial control-pin changes that can raise the pin-changed event.
public enum SerialPin
Fields
| Name | Value | Description |
|---|---|---|
CtsChanged | 0x08 | Clear-to-Send changed. |
DsrChanged | 0x10 | Data-Set-Ready changed. |
CDChanged | 0x20 | Carrier-Detect changed. |
Break | 0x40 | A break was detected. |
Ring | 0x100 | A ring indicator was detected. |