I am using the Sim908SIM908 module to get GPS position.
The Sim908SIM908 sends the latitude and longitude in the ddmm.mmmmddmm.mmmm format, but major online services for GPS location (for example, Google Earth) use the dd.dddddd.dddd format.
So, how can I modify my code to convert coordinates from the Sim908SIM908 to dd.dddddd.dddd format?
This is the Sim908SIM908 GSM Library Code that I am using: