gps.net

What do I need to have to be ready to write a Compact Framework application communicating with GPS?

Simply I am asked to write an application for a smart device (smart cell phone), which will get the GPS coordinates from the device itself. I have no smart device at all. And I am kind of lost among questions like how can I check if the device have a gps by using the code, if it has how can I obtain them in a "standard" way, do I need ...

GPS.NET library unable to read underlying stream when device is switched off and back on

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 ba...