hardware/gps
リビジョン | dc62fb3a152be74304e79619e50721d602f66991 (tree) |
---|---|
日時 | 2015-04-24 23:43:57 |
作者 | Keith Conger <keith.conger@gmai...> |
コミッター | Chih-Wei Huang |
Added a README
@@ -0,0 +1,11 @@ | ||
1 | +Android Serial GPS Driver | |
2 | + | |
3 | +To set serial port, add a property "ro.kernel.android.gps" and set it equal to your GPS device file. | |
4 | +ie. ro.kernel.android.gps=ttyO1 | |
5 | + | |
6 | +Default baud rate is 9600, to adjust add a property "ro.kernel.android.gpsttybaud" and set it equal to the needed rate. (4800-115200) | |
7 | +ie. ro.kernel.android.gpsttybaud=9600 | |
8 | + | |
9 | +Notes: | |
10 | + | |
11 | +If using a USB device make sure you have the necessary kernel modules loaded or built in to the kernel. |