The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 01-31-2006, 09:25 PM   #1
Constant Bitrate
 
Join Date: Jan 2004
Location: Champaign, IL
Posts: 124
GPS time zone sync

Has anyone tried software (preferably free and reliable) that will sync the Windows XP system clock with NMEA time output from GPS receiver?
I'd appreciate any comments. Looking for something very simple that runs in the background. Thanks!
rjoek is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 01-31-2006, 10:11 PM   #2
Neither darque nor pervert
 
DarquePervert's Avatar
 
Join Date: Apr 2004
Location: In The Sticks near The 'Ham
Posts: 11,961
I didn't know such software exists.
Why would you even bother with this? Is your PC's clock not keeping accurate time? Is the on-by-default network time synchronization built into WindowsXP not accurate enough?
__________________
SEARCH: It's how information gets found!
How To Ask Questions The Smart Way

[|||||||--] - 80% (I estimate completion in Spring '07)
My Worklog
DarquePervert is offline   Reply With Quote
Old 01-31-2006, 10:15 PM   #3
Constant Bitrate
 
Join Date: Jan 2004
Location: Champaign, IL
Posts: 124
When I change time zones I need to update the time as such. And I don't typically use NTP in my car computer. I don't care so much about the accuracy of the time (to the minute/second) as I do about the hour.
I should have been more clear: what I really want to do is change the time zone, not the hour.
Look at http://www.topshareware.com/GPS-Time...load-39576.htm (first result from a Google search)
rjoek is offline   Reply With Quote
Old 01-31-2006, 10:29 PM   #4
Neither darque nor pervert
 
DarquePervert's Avatar
 
Join Date: Apr 2004
Location: In The Sticks near The 'Ham
Posts: 11,961
Ahhh. I misunderstood.
Again, I didn't know such software existed, but it certainly seems like a good idea if you drive cross-country a lot.
__________________
SEARCH: It's how information gets found!
How To Ask Questions The Smart Way

[|||||||--] - 80% (I estimate completion in Spring '07)
My Worklog
DarquePervert is offline   Reply With Quote
Old 02-01-2006, 12:29 PM   #5
Maximum Bitrate
 
wi77iam's Avatar
 
Join Date: Jun 2003
Location: Hatfield, PA
Posts: 561
This should be fairly easy to do. Just grab the time from the nmea string and use it to set the system time. I'll give it a go if I find some free time (no pun intended).
__________________
*******************************
*******************************
wi77iam is offline   Reply With Quote
Old 02-01-2006, 01:27 PM   #6
Maximum Bitrate
 
Marvin Hlavac's Avatar
 
Join Date: May 2005
Location: Toronto, Canada
Posts: 842
Time can be synchronized with NMEA Time ( www.visualgps.net/NMEATime ), but I'm afraid they forgot to include the time zone synchronization (perhaps you could request a new feature ;-)
Marvin Hlavac is offline   Reply With Quote
Old 02-01-2006, 01:33 PM   #7
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
IIRC dragonbtv created software like this.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 02-01-2006, 03:56 PM   #8
FLAC
 
Curiosity's Avatar
 
Join Date: Mar 2004
Location: Florence Yall, BFKY
Posts: 1,722
Is there a list of coordinates for each timezone somewhere on the net that could be used to do this?
__________________
XPort 1.26 -GPS port splitter, logger, and USB device resume fix
Curiosity is offline   Reply With Quote
Old 02-01-2006, 04:19 PM   #9
Constant Bitrate
 
Join Date: Jan 2004
Location: Champaign, IL
Posts: 124
Thanks for the comments. Did some looking, and the share(free)ware stuff out there can also use GPZDA, which allows time zone sync, but this string is not commonly output for consumer USB GPS devices, such as my Rayming TN-200. Looks like there are a few that do but I would need to buy a new one.
A database of timezone coordinates is therefore not needed, unless the more common output is used. Might be more complicated though? Is there an easy way to sync the time zone using just GPGGA?
rjoek is offline   Reply With Quote
Old 02-01-2006, 06:48 PM   #10
FLAC
 
Curiosity's Avatar
 
Join Date: Mar 2004
Location: Florence Yall, BFKY
Posts: 1,722
GGA just has UTC (GMT) time, so it's the same everywhere. It's very easy to use since SetSystemTime() can take it without conversion. I do that in my compass app. I'm not even sure that you can set the timezone programatically. It would be nice though.
__________________
XPort 1.26 -GPS port splitter, logger, and USB device resume fix
Curiosity is offline   Reply With Quote
Old 02-01-2006, 07:03 PM   #11
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
http://www.mp3car.com/vbulletin/dragonbtvs-carpc-plugins/35299-dragonbtvs-carpc-plugins-master-thread.html
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 02-01-2006, 08:26 PM   #12
Constant Bitrate
 
Join Date: Jan 2004
Location: Champaign, IL
Posts: 124
Quote: Originally Posted by 0l33l

How does this adjust my time zone?

Curiosity, thanks for the comments -- yes, it is possible and there are a number of program that do it, using the GPZDA string. Unfortunately my GPS unit doesn't output that (see above).
rjoek is offline   Reply With Quote
Old 02-01-2006, 08:27 PM   #13
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by rjoek
How does this adjust my time zone?

Curiosity, thanks for the comments -- yes, it is possible and there are a number of program that do it, using the GPZDA string. Unfortunately my GPS unit doesn't output that (see above).

download it and see
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Old 02-01-2006, 08:55 PM   #14
Constant Bitrate
 
Join Date: Jan 2004
Location: Champaign, IL
Posts: 124
Quote: Originally Posted by 0l33l
download it and see

I did.
Still not seeing.
rjoek is offline   Reply With Quote
Old 02-01-2006, 09:00 PM   #15
My Village Called
 
0l33l's Avatar
 
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
Quote: Originally Posted by rjoek
I did.
Still not seeing.

Ask for it in the features request.
__________________
PowerVoice v1 | NaviVoice Source
GammaControl v2.4
SKINbedder v3

1995 Lexus SC300 <-- Weekend Car
1997 Mazda Miata <-- Daily Driver
0l33l is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Garmin announces Mac GPS support for everything! skizot MacCar 11 01-31-2006 04:37 AM
My GPS scenario & Bluetooth quest. gizak GPS 13 04-12-2005 01:11 PM
Delorme Street Atlas 05 quick review cash_Money GPS 7 12-13-2004 08:31 PM
D3 with USB GPS after HIBERNATION BOND007BE Map Monkey 7 11-26-2004 02:54 PM
gps tripmate position time? schrodos General Hardware Discussion 7 11-29-2000 02:21 AM


All times are GMT -5. The time now is 02:52 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics