It uses 3 serial port one for GPS second for GSM and third for viewing what is happing. GPS longitude, latitude, north-south, east-west is extracted and SMS is send to the number saved in the program about GPS longitude, latitude, north-south, east-west and displayed on LCD.SMS is also retrieved and deleted.

Dependents:   BusNavigation

Fork of GPS by Simon Ford

Revision:
1:5c5177f8c0d8
Parent:
0:15611c7938a3
--- a/GPS.h	Tue Jun 08 14:10:27 2010 +0000
+++ b/GPS.h	Fri Oct 31 05:15:22 2014 +0000
@@ -45,6 +45,9 @@
     /** The latitude (call sample() to set) */
     float latitude;
     
+    char ns;
+    char ew;
+    
 private:
     float trunc(float v);
     void getline();