Click or drag to resize

GpsReceiverDetectGps Method

Overload List
 NameDescription
Public methodDetectGps(SerialCommPort, SerialBaudRate) Detects the first GPS receiver connected to the system and returns as output parameters the communication port and baud rate.
Public methodDetectGps(String, SerialBaudRate) Detects the first GPS receiver connected to the system and returns as output parameters the communication port and baud rate.
Public methodDetectGps(SerialBaudRate, SerialBaudRate, String, SerialBaudRate) Detects the first GPS receiver connected to the system and returns as output parameters the communication port and baud rate. Only baud rate values between startBaudRate and endBaudRate are checked.
Public methodDetectGps(SerialBaudRate, SerialBaudRate, SerialCommPort, SerialBaudRate) Detects the first GPS receiver connected to the system and returns as output parameters the communication port and baud rate. Only baud rate values between startBaudRate and endBaudRate are checked.
Top
See Also