GXDN: Gurux Developer Network
Gurux.Serial Namespace
NamespacesGurux.Serial
 
Types
All Types Classes Enumerations Delegates
Icon Type Description
ByteSize
Determines the number of bits in the bytes transmitted and received.

Diagnostic
Serial port events.

DiagnosticEventsOccurredEventHandler
Media component notifies diagnostic events. Required events must be determined with UseCommunicationDiagnostics. By default, no events are notified.

Dtr
Determines the DTR (data-terminal-ready) flow control.

ErrorEventHandler
Errors that occur after the connection is established, are sent through this method.

Flow
Determines the flow control. In serial communication, the flow control provides a mechanism for suspending communication, if one of the devices is busy, or for some other reason cannot communicate. Traditionally, there is two types of flow control: hardware and software.

GXSerial
The GXSerial component determines methods that make the communication possible using serial port.

MediaStateChangeEventHandler
Media component sends notification, when its state changes.

Parity
Determines the parity scheme to be used in data transfer.

ReceivedEventHandler
GXSerial component sends received data through this method.

Rts
Determines the RTS (request-to-send) flow control.

StopBits
Determines the number of stop bits to be used.