Detects the GPS receiver connected to the system and returns as output parameters the communication port and baud rate. Only baud rate values between 4800 and 57600 are checked.
[Visual Basic] Public Function FastDetectGPS( _ ByRef SerialCommPort& As SerialCommPort@, _ ByRef SerialBaudRate& As SerialBaudRate@ _ ) As Boolean
[C#] public bool FastDetectGPS( out SerialCommPort& port, out SerialBaudRate& baudRate );
Parameters
SerialCommPort&
The serial port where the GPS receiver is connected to.
SerialBaudRate&
Baud rate of the communication.
Return Value
Returns true, if a GPS receiver was detected, otherwise false.