GPS communication example for LOCOSYS model 1590R-A

Dependents:   GPS_1590R-A

Fork of GPS by Udomsak Boonprasert

Revision:
1:077fd91e98f5
Parent:
0:15611c7938a3
--- a/GPS.cpp	Tue Jun 08 14:10:27 2010 +0000
+++ b/GPS.cpp	Fri Sep 27 09:09:57 2013 +0000
@@ -23,7 +23,8 @@
 #include "GPS.h"
 
 GPS::GPS(PinName tx, PinName rx) : _gps(tx, rx) {
-    _gps.baud(4800);    
+    //_gps.baud(4800);
+    _gps.baud(57600);    
     longitude = 0.0;
     latitude = 0.0;        
 }