|
From: <bo...@us...> - 2008-06-26 04:39:59
|
Revision: 218
http://gearbox.svn.sourceforge.net/gearbox/?rev=218&view=rev
Author: borax00
Date: 2008-06-25 21:40:08 -0700 (Wed, 25 Jun 2008)
Log Message:
-----------
added hints about manually verifying connectivity.
Modified Paths:
--------------
gearbox/trunk/src/gbxgarminacfr/doc.dox
Modified: gearbox/trunk/src/gbxgarminacfr/doc.dox
===================================================================
--- gearbox/trunk/src/gbxgarminacfr/doc.dox 2008-06-26 00:41:44 UTC (rev 217)
+++ gearbox/trunk/src/gbxgarminacfr/doc.dox 2008-06-26 04:40:08 UTC (rev 218)
@@ -217,6 +217,24 @@
The hexadecimal value of the most significant and least significant 4 bits of the result are converted
to two ASCII characters (0-9, A-F) for transmission. The most significant character is transmitted first.
+@section gbx_library_gbxgarminacfr_troubleshooting Troubleshooting
+
+To verify connectivity to the GPS device manually:
+
+- Connect using a terminal emulator (eg minicom) at 4800 8N1.
+- type the following (and hit return): $PGRMO,GPGGA,1
+
+The second step enables output from the GPS module. You should see a bunch of stuff like:
+@verbatim
+$GPGGA,043932,3353.3699,S,15111.5817,E,1,11,0.8,47.2,M,19.8,M,,*64
+$GPGGA,043933,3353.3699,S,15111.5817,E,1,11,0.8,47.2,M,19.8,M,,*65
+$GPGGA,043934,3353.3699,S,15111.5817,E,1,11,0.8,47.1,M,19.8,M,,*61
+$GPGGA,043935,3353.3699,S,15111.5817,E,1,11,0.8,47.1,M,19.8,M,,*60
+$GPGGA,043936,3353.3699,S,15111.5817,E,1,11,0.8,47.0,M,19.8,M,,*62
+$GPGGA,043937,3353.3699,S,15111.5817,E,1,11,0.8,47.0,M,19.8,M,,*63
+@endverbatim
+scrolling past.
+
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|