Skip to content

Android-PC/platform_hardware_gps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android Serial GPS Driver

How to use:

To set serial port, add a property "ro.kernel.android.gps" and set it equal to your GPS device file. ie. ro.kernel.android.gps=ttyO1

Default baud rate is 9600, to adjust add a property "ro.kernel.android.gpsttybaud" and set it equal to the needed rate. (4800-115200) ie. ro.kernel.android.gpsttybaud=9600

Notes:

  • If using a USB device make sure you have the necessary kernel modules loaded or built in to the kernel.
  • Make sure the permissions on your device file are correct

Donate: If you find any of this useful and want to show appreciation see below:

PayPal: [email protected] Bitcoin: 1Pg54vVnaLxNsziA6cy9CTefoEG5iAm9Uh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • Makefile 1.3%