I still can't make the gps working. In gps.c the line from serial port is parsed to find $GPGLL. My device doesn't give this line. These are the lines that it gives me
$GPGGA $GPGSA $GPGSV $GPRMC
$GPGGA should give the position as $GPGLL should, but the software doesn't use it. Is it correct to say that the positioning data could be taken from different NMEA data? If yes, is it reasonable to add the support for other messages?
i've had the same issue. Use the attached patch to read the required data from the $GPGGA NMEA sentence.
- Martin