[Firebug-cvs] firebug/web gps.html,1.11,1.12
Brought to you by:
doolin
From: <do...@us...> - 2003-11-19 01:36:55
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv25039/web Modified Files: gps.html Log Message: more work on gps driver, still have a problem with the debugging output. Index: gps.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/gps.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** gps.html 12 Nov 2003 02:05:37 -0000 1.11 --- gps.html 19 Nov 2003 01:36:51 -0000 1.12 *************** *** 17,21 **** <h1>FireBug GPS</h1> ! <p>Each wireless sensor is equipped with a Leadtek GPS receiver for localization. Each receiver has an external antenna and is mounted on the sensorboard. The schematic below represents the --- 17,21 ---- <h1>FireBug GPS</h1> ! <p>Each wireless sensor is equipped with a Leadtek 9546 GPS receiver for localization. Each receiver has an external antenna and is mounted on the sensorboard. The schematic below represents the *************** *** 55,58 **** --- 55,68 ---- </li> </ul> + + <p>Information for the LeadTek 9546 is available from the + LeadTek website:</p> + <ul> + <li><a href="http://www.leadtek.com/gps/gps_9546_2.html">GPS 9546 overview</a>.</li> + <li><a href="http://www.leadtek.com.tw/support/download.asp?pronameid=280">Product specification</a>.</li> + <li><a href="ftp://198.64.149.232/gps/9546/9546_product_guide.pdf">Product guide</a>.</li> + </ul> + + <h2>NMEA Data Format</h2> |