Serial port and GPS

Serial Properties

The properties of the Serial class are listed below. For a complete list of Serial class members, see the Serial Members topic.

Public Instance Properties

BaudRateBaud rate
DataBitsBaud rate
FilterFor filtering lines coming from the serial port
IsOpenTells if the serial port is opened
ParityParity
PortNameSerial port name
RdByteCb Calback function for handling bytes read from the serial port.
RdLineCb Calback function for handling strings read from the serial port.
ReadIf the reading thread have to be/is started
StopBitsNumber of stop bits
TimeoutTimeout in milliseconds for both read and write

See Also

Serial Class | serial Namespace