Dear all;
I've tried a lots of logic to extract the latitude and longitude but failed. Some garbage values are being displayed on my lcd screen.I need to extract the data fom this line $GPRMC,084616.000,A,2017.753882,N,08549.964748,E,0.00,0.00,230914,,,A*69
Please tell me any possible logic using which i can proceed further.
You are getting garbage data, that means you are getting the data from the GPS. but probably you need to convert the characters into ASCII format by adding 48(decimal) and then display the values on lcd.