In AutoIt it works like this:
The program will save the gps speed to C:\log.txt in 1 second intervals.Code:$rr=ObjCreate("RoadRunner.sdk") $file=FileOpen("C:\log.txt",2) while 1 $speed=$rr.getinfo("GPSSPD") FileWriteLine($file,$speed) sleep(1000) wend



LinkBack URL
About LinkBacks


Reply With Quote






Bookmarks