I am having trouble getting the GPS API to work. After the cellular system is connected and PPP link is established I do the following:
1. if GPSenabled() is false I call GPSenable()
2. wait until GPSenabled() returns true.
3. Start calling GPSgotFix() every 5 seconds waiting for a fix but never get one.
On the first call of GPSgotFix() I get the following error over the debug serial port:
[ERROR] Expected 11 fields but there are 0 fields in “”
My cell phone could see 19 satellites and was using 10 in the same location. Two different GPS antennas were tried.