The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > GPS

Reply
 
LinkBack Thread Tools Display Modes
Old 06-15-2007, 06:29 AM   #1
Newbie
 
Join Date: Jan 2007
Posts: 15
Software that write GPS speed to TXT file?

Hi ther, like i said in the title, i am looking for a peace of software that writes te GPS speed (in KM per hour) to a TXT file. (and only the GPS speed, nothing else)

All the programmes i tested did a hole lot of things, but a simple thing like only writing te speed tot a TXT file was to much to ask for.

I am trying to get the GPS speed into my bumpercamvideo and the only thing i need now is the speed, so please help me
der_mof is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-22-2007, 12:44 PM   #2
Low Bitrate
 
rjankowski's Avatar
 
Join Date: Oct 2006
Location: TN/KY Home is Houston
Posts: 63
well, if you are using road runner, you can use this autoit script:
Code:
$file = FileOpen("c:\gpslog.txt", 1) $index = 0 If $file = -1 Then MsgBox(0, "Error", "Unable to open file.") Exit EndIf $rr = ObjCreate("RoadRunner.SDK") while 1 $spd = $rr.GetInfo("GPSSPD") FileWriteLine($file, $index & "," & $spd) $index = $index + 1 sleep(7500) wend FileClose($file)

it basically queries RR for the gps speed that its displaying every 7.5 seconds and saves it to c:\gpslog.txt. It does not close the file untill you kill road runner and it throws an error... I could have made it better but I am lazy and it works.
__________________
It works!!

Almost all of the time too!
rjankowski 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 Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
LSX (VOID) released liquid_smoke RR Skins 1302 03-01-2007 10:43 PM
Tutorial for installing pycar on Linux kbyrd PyCar 18 11-01-2006 12:59 PM
Archive Bitoholic Mobile Media Center 2358 09-21-2006 05:59 PM
posible after market gps reciever with garmen software dennyreedjr GPS 11 02-03-2006 02:28 PM
GPS Software with personal P.O.I. Iguidance? Or? claudioita Software & Software Development 1 08-17-2005 03:19 AM


All times are GMT -5. The time now is 04: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