Help: GPS Problem
skybot
Posts: 14
Hi,
I have parallax gps module and I tried to test it with GPSDemoV1.1.bs2.
It does not have·any errors·but I got only "?" which means signal is not valid.
If there is no reponse, it would get an error message.
I tried to get the signal in out side because I thought the receiver does get signal.
However, the result is same. I got only "?".
Do you have any idea for that?
I have parallax gps module and I tried to test it with GPSDemoV1.1.bs2.
It does not have·any errors·but I got only "?" which means signal is not valid.
If there is no reponse, it would get an error message.
I tried to get the signal in out side because I thought the receiver does get signal.
However, the result is same. I got only "?".
Do you have any idea for that?
BS2
13K
Comments
What's the light doing?
There are many sub-rutines but not all of them works.
I just needed Get_Lat, Get_Long, Get_Alt, Get_Speed and Get_Head. So, I just modified the code a little and it works now.
I guess there are bugs on some of sub functions, Get_Info, Get_Valid, Get_Sats or Get_TimeDate.
The demo code on the product page works properly.