This method gets GPS last RMC NMEA sentence stored.
It has no input parameter.
The return value is a Python string which is the last RMC NMEA sentence formatted according to NMEA specification.
Example:
rms = GPS.getLastRMC()
gets last RMC NMEA sentence, assigning the return value to rmc.