ZylGPSReceiver.NET

GPSReceiver Constructor (SerialCommPort, SerialDataWidth, StopBits, Parity, Handshake, Boolean, Boolean)

Constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal SerialCommPort As SerialCommPort, _
   ByVal SerialDataWidth As SerialDataWidth, _
   ByVal StopBits As StopBits, _
   ByVal Parity As Parity, _
   ByVal Handshake As Handshake, _
   ByVal Boolean As Boolean, _
   ByVal Boolean As Boolean _
)
[C#]
public GPSReceiver(
   SerialCommPort port,
   SerialDataWidth dataWidth,
   StopBits stopBits,
   Parity parityBits,
   Handshake flowControl,
   Boolean enableDTROnOpen,
   Boolean enableRTSOnOpen
);

Parameters

SerialCommPort
Physical name of the serial port.
SerialDataWidth
Number of bits in the bytes transmitted and received.
StopBits
Number of stop bits to be used.
Parity
Parity scheme to be used.
Handshake
Flow control.
Boolean
Enable/disable DTR when the port is open.
Boolean
/// Enable/disable RTS when the port is open.

See Also

GPSReceiver Class | ZylGPSReceiver Namespace | GPSReceiver Constructor Overload List