Enum SerialMode
Defines values for hardware and software mode of operation.
public enum SerialMode
Fields
Normal = 0Normal Serial mode with handshake define by SerialHandshake.
RS485 = 1Used 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.