請先看『使用說明』
Module:M008A module
From LEXWiKi
(Difference between revisions)
(New page: Category:AllowPages <!--box uid=f777871962f1c0432784d4e0e73802b8.0.U5188c14a1bae0--> <!-- ****************************************************************************************** * *...) |
(edited by Brad via TableEdit) |
||
Line 9: | Line 9: | ||
{|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='360' | {|class = 'sortable' border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; border: 1px #aaa solid; border-collapse: collapse;" id='360' | ||
|- bgcolor = #ccccff | |- bgcolor = #ccccff | ||
- | !OS!! | + | !OS!!Module Support |
|- | |- | ||
| | | | ||
Ubuntu 12.04 | Ubuntu 12.04 | ||
| | | | ||
- | + | yes | |
|- | |- | ||
| | | | ||
Ubuntu 13.10 | Ubuntu 13.10 | ||
| | | | ||
- | + | yes | |
|- | |- | ||
| | | | ||
Fedora Core 19 | Fedora Core 19 | ||
| | | | ||
- | + | yes | |
|-class='sortbottom' | |-class='sortbottom' | ||
Current revision
OS | Module Support |
---|---|
Ubuntu 12.04 |
yes |
Ubuntu 13.10 |
yes |
Fedora Core 19 |
yes |
How to use M008A under Ubuntu 12.04?
Ans: |
1. Check the system whether the reading device #lsusb 2. Read the GPS data from device #cat /dev/ttyACM0 3. Check the GPS data $GPGGA,183015.000,2503.7123,N,12138.7446,E,2,16,0.68,123.2,M,15.3,M,0000,0000*66 $GPGLL,2503.7123,N,12138.7446,E,183015.000,A,D*59 4. Transform Coordinates to google map Example:2503.7123,N 1.In addition to 100 to get 25.037123 2.After the decimal point operation => 0.037123*100/60 = 0.0618716 3.Plus the value of the before the decimal point => 25 + 0.0618716 = 25.0618716 4.Now We got the 25.0618716 N for Google map
|
---|---|
Patch File: |
N/A |
Defect: |
N/A |
Asker: |
Brad 2014/5/7 |
Provider: |
Brad 2014/5/7 |