Click or drag to resize

NMEAGps Constructor (String, Int32)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new NMEA GPS with the given serial port name and baud rate.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public NMEAGps(
	string portName,
	int baudRate
)

Parameters

portName
Type: SystemString
Name of port, eg. "COM1"
baudRate
Type: SystemInt32
Baud rate to use, eg. 9600
Remarks
Causes NMEA GPS to use native API calls to read the port, circumventing incorrect .NET CF SerialPorts on some devices.
See Also