PDA

View Full Version : GPS Intermadiate Driver and Spinning wheel


stasizb
3rd September 2007, 03:54 PM
Hello everyone,

I need some consultation about GPS Intermadiate Driver.
In fact I use .Net Framework to work with it and use methods:
GPSOpenDevice, GPSGetDeviceState, ...

Every time when I do next steps: GpsOpenDevice -> GpsGetPosition -> GpsCloseDevice. Everytime I see spinning wheel on GpsGetPosition if GPS doesn't detect any satellites.

Is't possible to turn off in some way this wheel?
I couldn't all time store not closed handle to GPS because in this case battery will run down very quickly.

Help me please.