NMEAGps Constructor (String, Int32) | |
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
)
Public Sub New (
portName As String,
baudRate As Integer
)
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