|
NMEALOG.ZIP contains 2 programs, one for logging all NMEA
protocol data, and one espacially for GPS data. The serial
com port to be used can be passed to the program as an command
line parameter.
The program NMEA DATA LOGGING writes one LOG file that
contains all the important information line by line:
Time
Date Latitude Longitude Altitude(m) Speed(km/h) Course
101558 180700 48.2002 -16.30883 177.088848309838 0 192.0
101600 180700 48.2002 -16.30883 177.088848309838 0 192.0
101602 180700 48.2002 -16.30883 177.088848309838 0 192.0
101604 180700 48.2002 -16.30883 177.088848309838 0 192.0
NMEA TOTAL LOGGING creates for each command (GPRMC, GPRMB
...) that it gets a single file, and puts the raw data line
by line into that file.
Both programs can only process 4800 baud serial port speed!
The NMEALOG programs are free of charge for personal use!
To download NMEALOG click here: NMEALOG.ZIP
Installation:
1. Unzip the files to any folder (for example with WINZIP)
2. Double click on the desired EXE file (Default Com port
is 1)
If a different Com port has to be used, either create a
Shortcut and append the Com port number after the program
name (Properties of Shortcut --> Shortcut -->Target)
or click on START --> RUN and drag the program from the
Explorer to the text field and append the Com port number
there. Use always a space between the EXE program and the
number.
|