Enum SerialMode
Defines values for hardware and software mode of operation.
Namespace: System.IO.Ports
Assembly: System.IO.Ports.dll
Syntax
public enum SerialMode
Fields
Name | Description |
---|---|
Normal | Normal Serial mode with handshake define by SerialHandshake. |
RS485 | Used for Half duplex RS485 mode. Puts the port in to half duplex RS485 mode where the RTS is raised while the port is sending data. Once data is completely sent the RTS signal is lowered. |