Table of Contents

Enum SerialMode

Namespace
System.IO.Ports
Assembly
System.IO.Ports.dll

Defines values for hardware and software mode of operation.

public enum SerialMode

Fields

Normal = 0

Normal Serial mode with handshake define by SerialHandshake.

RS485 = 1

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.