views:

46

answers:

0

We're using GPS.NET 3.0.1 in the development of a Windows Forms application. The device we're using is connected to the machine via Bluetooth.

As part of our testing we wanted to verify that we could turn the GPS device off and back on again and continue reading the NMEA stream from the device. This was meant to simulate a loss of battery power. Unfortunately, once the device is turned back on, the GPS.NET library is unable to reconnect to the device to read the NMEA data stream.

Does anyone have any experience with this library that could possibly shed some light? Thanks in advance.