Page 11 of 72 FirstFirst ... 2345678910111213141516171819202161 ... LastLast
Results 101 to 110 of 717

Thread: GooPs Real-time GPS Tracking and Navigation for Google Earth -Version 2.5.13 Released

  1. #101
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    Just click on the link in my signature.

    Quote Originally Posted by Ps-gps
    Sign me up!

  2. #102
    Constant Bitrate Vorex's Avatar
    Join Date
    Nov 2004
    Location
    Lake Worth, FL
    Posts
    126
    It's working great now, in my gps's config I can lower the rate so I did and changed it in goops, once I reached 4800 it started to work, i turn it up a notch and it stops working, no big deal though it works completely well at 4800 without any effects (thus far) on any of my other GPS programs.

    Very cool stuff, i'm going to play with it more tomarrow on my way to work.

    Quote Originally Posted by davidhite
    Sorry your having problems.
    What is your interface to the GPS? It sounds like GooPs is successfully opening the COM port, but timing out waiting for data.
    I get this if my GPS is turned off or unplugged from the db10 part of my serial port adapter (I'm using a belkin USB/serial port adapter).

    Here are a few other things to check:
    Is COM port and rate set correctly in GooPs/Options?
    Is the rate set correctly on your GPS?
    Are there other COM port options that may not be set correctly (you would have to set them in the control panel).
    Are there other programs using that COM port? (could even be another instance of GooPs tying it up).
    - Vorex Out

  3. #103
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    It should work at other rates - strange.
    I just looked at my code and it looks like I have some of these COM settings hardcoded. I probably shouldn't set these because there is no way to change them.
    dcb.fOutxCtsFlow = FALSE;
    dcb.fRtsControl = RTS_CONTROL_DISABLE;
    dcb.fDtrControl = DTR_CONTROL_DISABLE;
    dcb.fOutxDsrFlow = FALSE;
    dcb.fOutX = TRUE; // XON/XOFF control
    dcb.fInX = TRUE;
    dcb.ByteSize = 8;
    dcb.Parity = NOPARITY;
    dcb.StopBits = ONESTOPBIT;

    Quote Originally Posted by Vorex
    It's working great now, in my gps's config I can lower the rate so I did and changed it in goops, once I reached 4800 it started to work, i turn it up a notch and it stops working, no big deal though it works completely well at 4800 without any effects (thus far) on any of my other GPS programs.

    Very cool stuff, i'm going to play with it more tomarrow on my way to work.

  4. #104
    Low Bitrate
    Join Date
    Dec 2005
    Location
    Perth, Australia
    Posts
    85
    Very neat program! Worked straight away!

    Only one question, can you add an option to toggle between KM/H & MPH speed? Since I'm in Australia we use km/h here

  5. #105
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    Thanks Yorky. I was waiting for someone to ask for that . I'll put it on my list. BTW do the 3D cursors behave correctly down there?

    Quote Originally Posted by yorky
    Very neat program! Worked straight away!

    Only one question, can you add an option to toggle between KM/H & MPH speed? Since I'm in Australia we use km/h here

  6. #106
    Raw Wave tbird2340's Avatar
    Join Date
    Oct 2003
    Location
    Poland, OH
    Posts
    1,971
    Stupid question. I haven't been able to test this in my car yet but will very soon. When I launch GooPs from my test PC and then it launches Google Earth.. GE always starts from outer space and takes FOREVER to get to the actual car.. Is this a setting in GE or something?

    Thanks!

    Looking forward to this being able to work in skinbedder!
    Current Vehicle: 2007 Dodge Nitro

    Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab

    First Vehicle: 2003 Ford Ranger

  7. #107
    Constant Bitrate Vorex's Avatar
    Join Date
    Nov 2004
    Location
    Lake Worth, FL
    Posts
    126
    Well while your talking about that, my GPS defaults to com11 because of some of the crazyness of my setup, not a big deal because I just let the GPS conflict with one of my modems but others may run into the same problem.

    (GooPs only lets you set from com1-com8)

    But keep up the good work, i've been using it just for fun for the last two days, next month i am going on a long business trip by car so it will be cool to let google earth's built in trip route thing direct me while GooPs tracks me.
    Quote Originally Posted by davidhite
    It should work at other rates - strange.
    I just looked at my code and it looks like I have some of these COM settings hardcoded. I probably shouldn't set these because there is no way to change them.
    dcb.fOutxCtsFlow = FALSE;
    dcb.fRtsControl = RTS_CONTROL_DISABLE;
    dcb.fDtrControl = DTR_CONTROL_DISABLE;
    dcb.fOutxDsrFlow = FALSE;
    dcb.fOutX = TRUE; // XON/XOFF control
    dcb.fInX = TRUE;
    dcb.ByteSize = 8;
    dcb.Parity = NOPARITY;
    dcb.StopBits = ONESTOPBIT;
    - Vorex Out

  8. #108
    Constant Bitrate Vorex's Avatar
    Join Date
    Nov 2004
    Location
    Lake Worth, FL
    Posts
    126
    I don't have google earth installed on this machien but i'm pretty sure you can adjust it, it's called tour settings or something...lets you adjust angle, speed, zoom, etc

    Quote Originally Posted by tbird2340
    Stupid question. I haven't been able to test this in my car yet but will very soon. When I launch GooPs from my test PC and then it launches Google Earth.. GE always starts from outer space and takes FOREVER to get to the actual car.. Is this a setting in GE or something?

    Thanks!

    Looking forward to this being able to work in skinbedder!
    - Vorex Out

  9. #109
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    Is this in "Demo" mode? Make sure you have "Track Selection" checked on the GooPs main window. If that doesnt help try checking the "AutoZoom" box.
    Quote Originally Posted by tbird2340
    Stupid question. I haven't been able to test this in my car yet but will very soon. When I launch GooPs from my test PC and then it launches Google Earth.. GE always starts from outer space and takes FOREVER to get to the actual car.. Is this a setting in GE or something?

    Thanks!

    Looking forward to this being able to work in skinbedder!

  10. #110
    Variable Bitrate davidhite's Avatar
    Join Date
    Feb 2006
    Posts
    299
    Thanks for the feedback.
    I meant to make it so you could enter anything you wanted in the "Port" box and GooPs would try to use it. I'll fix that and add more ports.
    Quote Originally Posted by Vorex
    Well while your talking about that, my GPS defaults to com11 because of some of the crazyness of my setup, not a big deal because I just let the GPS conflict with one of my modems but others may run into the same problem.

    (GooPs only lets you set from com1-com8)

    But keep up the good work, i've been using it just for fun for the last two days, next month i am going on a long business trip by car so it will be cool to let google earth's built in trip route thing direct me while GooPs tracks me.

Similar Threads

  1. iDrive - btbe's original version
    By btbe in forum RR Skins No Longer Supported
    Replies: 164
    Last Post: 06-11-2007, 11:58 AM
  2. Windows Mobile Smartphone Beta testers needed
    By zorro in forum PhoneControl
    Replies: 34
    Last Post: 02-23-2006, 08:57 AM
  3. WANTED: Phoco BETA testers for RR...
    By guino in forum Road Runner
    Replies: 200
    Last Post: 12-05-2005, 11:05 AM
  4. Looking for beta testers for new DC-DC PSU
    By MikeH in forum Power Supplies
    Replies: 22
    Last Post: 05-18-2004, 03:22 PM
  5. Wanted: beta testerss for X-MP3Pad (formerly MP944)
    By PorscheMP3 in forum Software & Software Development
    Replies: 0
    Last Post: 05-07-2002, 12:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •