I am able to read the OBD data but I cannot see any GPS data. While debugging I can see that the code stops for GPS data at this point in processGPS
method
if (!sys.gpsGetData(&gd) || gd.date == 0) {
return;
}
Am I missing Something?
NO GPS Data
Re: NO GPS Data
Make sure you expose the GPS receiver to open sky while testing.