Skip to content

iorbitearth/etrex-pydriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

etrex-pydriver

Simple python driver for etrex GPS unit

Usage

Specify the path to serial device file to read and display GPS data:

$ ./gps /dev/ttyUSB0

Or use the help flag to view the full usage details:

$ ./gps -h
usage: gps.py [-h] [-b BAUD] device

Read serial data from an etrex GPS unit

positional arguments:
  device                Path to GPS device file

optional arguments:
  -h, --help            show this help message and exit
  -b BAUD, --baud BAUD  Baud rate (optional, 4800 default)

Dependencies

Install python3 to your system and use pip to install the following dependencies:

  • argparse
  • pyserial

About

Python driver for etrex GPS unit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages