Results 1 to 6 of 6

Thread: GPS simulator for software testing

  1. #1
    FLAC
    Join Date
    Aug 1999
    Location
    Washington D.C.
    Posts
    1,543

    GPS simulator for software testing

    I’m trying to develop a custom GPS app and don’t want to rip the GPS out of my car just to test it. Is there something to emulate the serial port and NMEA data?

  2. #2
    FLAC ukchris's Avatar
    Join Date
    Nov 2003
    Location
    Massachusetts
    Posts
    1,458
    Quote Originally Posted by Zip-Lock
    I’m trying to develop a custom GPS app and don’t want to rip the GPS out of my car just to test it. Is there something to emulate the serial port and NMEA data?
    In mine I just captured the NMEA data as I drove then I play it back from a file calling the parsing mechanism for each line I read.

    Chris.

  3. #3
    Raw Wave hijinks21's Avatar
    Join Date
    May 2002
    Location
    Albany, NY
    Posts
    1,803
    thats just what i did.. i wrote a app to just dump the nmea stream. I had it logging from home to work. So thats how i test my app
    '98 Explorer Sport
    http://mp3car.zcentric.com (down atm)
    AMD 800mhz 192megs RAM 60gig hard drive 9 inch widescreen VGA
    80% done

  4. #4
    Low Bitrate
    Join Date
    Jan 2004
    Posts
    59
    Quote Originally Posted by Zip-Lock
    I’m trying to develop a custom GPS app and don’t want to rip the GPS out of my car just to test it. Is there something to emulate the serial port and NMEA data?
    NMeaTool works well.. it's really touchy getting it to work but once you can make yourself a script you can load it works well. For the serial port get a null cable or use one of those virtual serial port emulators.

  5. #5
    Raw Wave Laidback's Avatar
    Join Date
    Oct 2003
    Location
    Madrid
    Posts
    1,984
    Quote Originally Posted by ukchris
    In mine I just captured the NMEA data as I drove then I play it back from a file calling the parsing mechanism for each line I read.

    Chris.
    I think he was asking what d'you use to play it back!

  6. #6
    See me in my wet t-shirt. stevieg's Avatar
    Join Date
    Aug 2003
    Location
    Warwickshire, UK
    Posts
    1,887
    I've had this problem and I thought I would post this to here just in case anyone needs the answer

    You need: http://www.lichtenheld-mch.de/GPSsim_E.htm - 'GPSSIM' and either a null-modem cable between two serial ports (One for GPSSIM to send the fake GPS down and one for the navigation program to use) or a trial for a virtual version such as 'VSPD' - download a trial from http://www.mks.zp.ua/vspdxp.php
    Ford Focus MP3 : www.stevieg.org/carpc Blog Updated 29 January 2009!
    Car PC Status: Complete - Undergoing Software Redevelopment

Similar Threads

  1. a new way of GPS
    By brownpage in forum GPS
    Replies: 8
    Last Post: 08-24-2004, 03:51 PM
  2. Cant get good GPS signal in car.
    By Ricky327 in forum GPS
    Replies: 8
    Last Post: 01-29-2004, 10:28 PM
  3. Replies: 4
    Last Post: 09-04-2003, 10:20 AM
  4. Music and GPS
    By Mikesz in forum GPS
    Replies: 1
    Last Post: 02-28-2003, 03:26 AM

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
  •