ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.DetectGPS Method

Detects the 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.

Overload List

Detects the 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 bool DetectGPS(SerialBaudRate,SerialBaudRate,out SerialCommPort&,out SerialBaudRate&);

Detects the GPS receiver connected to the system and returns as output parameters the communication port and baud rate.

public bool DetectGPS(out SerialCommPort&,out SerialBaudRate&);

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace