Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

EHS8 Nmea data | Telit Cinterion IoT Developer Community

March 7, 2016 - 7:05pm, 3605 views

I'm developing a Java program, and a I need to fix my GPS position and send it to a server. With AT Command, I set up and start the GPS and with a RspListener I view the Nmea data. The problem is that I call the listener in a while loop, and the number of Nmea data is diferent in each iteration. For example, in the first iteration, I have two block of Nmea data, in the next iteration, I have eight, and the number increase.

I don't know why is happening this.

Thanks!