GpsWarn
Enter your name and address into the GPS
by Otto Milvang
Download
Before you download this software visit Garmin's
website and download the latest firmware upgrade for your GPS.
Download GpsWarn.zip (41 kb). The program supports
| GPS |
Software |
Date |
<%
Set fs = CreateObject("Scripting.FileSystemObject")
Path = server.mappath("gpswarn.ini")
Set a = fs.OpenTextFile(path)
While Not a.AtEndOfStream
S = a.ReadLine
if (Left(S,1) = "[") then
S1 = a.ReadLine
S2 = a.ReadLine
S3 = a.ReadLine
if (Left(S1, 4) = "Rel=" AND Left(S2, 5) = "Date=" AND Left(S3, 8) = "Visible=" AND Right(S3, 1) = "1") then
Response.Write "" & vbcrlf
Response.Write "| " & Mid(S, 2, Len(S)-2) & " | " & vbcrlf
Response.Write "" & Right(S1, Len(S1)-4) & " | " & vbcrlf
Response.Write "" & Right(S2, Len(S2)-5) & " | " & vbcrlf
Response.Write " " & vbcrlf
end if
end if
Wend
a.Close
%>
How to use the program
GPSWARN replaces the WARNING message in the start-up sequence of Garmin
GPS 76,
GPSMAP 76, GPSMAP 76S, eTrex Vista, eTrex Mariner, eTrex Venture or eTrex
Legend
with your own text.
NB! YOU USE THE PROGRAM AT YOUR OWN RISK!
Usage:
1) Make a directory i.e. C:\GARMIN
2) Download firmware update for your GPS from www.garmin.com
3) Extract garmin software and GpsWarn to C:\garmin
4) Run gpswarn.exe. Accept that you are running the software at your own
risk.
5) Select gps version, edit the text and press OK.
6) Run updater.exe
7) Check the result
If its not OK rerun 4) 5) 6) 7)
Check GpsWarn.log for errors!
The program replaces the WARNING texts in all languages. The total text
length is ca. 125 chars
in English text but less that 50 char for Italian. It the text is to long
for a specific
language the last lines are skipped.
|