dg100util

Overview

dg100util is a software for extracting data from a GlobalSat DG100 GPS data logger and save it in GPX format. dg100util is written in Java and published under the GPL.

Download and installation

Download

Download dg100util from its project page at sf.net. SourceForge.net Logo

Required packages

dg100util requires the RXTX-package.

See also: RXTX offers a comm API implementation for Linux, Mac OS X and Windows.

How to install

Copy the JAR-file to wherever you want.

Usage

Command line

java -cp <classpath> -Djava.library.path=<path to libs> org.kaintoch.gps.globalsat.dg100.GlobalSatDg100 <parameters>

Note for Linux users

At the moment it is required to execute stty -F /dev/ttyUSB0 -parenb cs8 cread 115200 -cstopb before starting dg100util. Replace /dev/ttyUSB0 with the port to which your DG-100 is connected.

Parameters

Parameters are written without leading minusses.


[Top] [Home]

[Created with vim] [Viewable with any browser] [100% hand coded HTML] [Valid XHTML 1.0 Strict!] [Valid CSS!] [Level A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0] Last changed: $Date: 2007/08/08 17:21:21 $