Hi,

I have a n35 with a GPS antenna. For some time now my destinator app
does not find GPS anymore. Now I want to test if the hardware is
defect.

Can I write a small program that performs diagnostics?

Thank you,


--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}

________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com

Re: GPS out of order? by Mike

Mike
Tue Nov 22 06:07:27 CST 2005

I think you can create a connection that opens the COM port that the N35 GPS
is on and look for NMEA data from it. If you manage to open a terminal
connection on the port, you should see lines that start like $GPRMC or
$GPGGA with text after them. There's no need to write any code for this.

Also I am sure there are freeware GPS display programs available which would
get the data and display it for you - if one of these cannot find data from
your GPS then you may indeed have a problem.

Mike.

"Gernot Frisch" <Me@Privacy.net> wrote in message
news:3udcm9F10eadeU1@individual.net...
> Hi,
>
> I have a n35 with a GPS antenna. For some time now my destinator app does
> not find GPS anymore. Now I want to test if the hardware is defect.
>
> Can I write a small program that performs diagnostics?
>
> Thank you,
>
>
> --
> -Gernot
> int main(int argc, char** argv) {printf ("%silto%c%cf%cgl%ssic%ccom%c",
> "ma", 58, 'g', 64, "ba", 46, 10);}
>
> ________________________________________
> Looking for a good game? Do it yourself!
> GLBasic - you can do
> www.GLBasic.com
>
>