Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: GPS software i've written...

  1. #11
    Maximum Bitrate knubile's Avatar
    Join Date
    Sep 2004
    Posts
    505
    What is this written in?

  2. #12
    Constant Bitrate ThEScReW's Avatar
    Join Date
    Nov 2004
    Location
    Kortrijk/Belgium
    Posts
    169
    why is it tellen me 1000 kph when i'm only driving 10 kph ?

  3. #13
    Maximum Bitrate
    Join Date
    May 2005
    Posts
    634
    I'll give it a shot when my GPS receiver gets installed

  4. #14
    Newbie
    Join Date
    Feb 2006
    Posts
    9
    Quote Originally Posted by knubile
    What is this written in?
    That'd be telling... VB6, dont see the point in overcomplicating a sinple task like this using languages like c++, it isnt needed,

    Quote Originally Posted by ThEScReW
    why is it tellen me 1000 kph when i'm only driving 10 kph ?
    Not entirely sure, it works fine for me when i use KPH, and it also worked fine for our Canadian friend ^^ up there in KPH.. perhaps you've got the baud rate set wrong or something? honestly cant say for sure... what GPS reciever do you have ?

  5. #15
    Constant Bitrate ThEScReW's Avatar
    Join Date
    Nov 2004
    Location
    Kortrijk/Belgium
    Posts
    169
    Can you gine me the source please ? I'm thinking of making a program gps based that gives an car maintance program with a range function also

    is it in vb ?

  6. #16
    Newbie
    Join Date
    Feb 2006
    Posts
    9
    I'd rahter not give out the source, it's ni my portfolio and i hope it will help me get a career sometime in the near future, i'll be perfectly willing to give you a hand with re-writing something similar yourself, and am willing to send you code snippets but like i say, want to keep it closed source (for now).. if you use msn you can add me ( ripz [at] binary-pulse.co.uk ), and yeah, its VB

  7. #17
    Maximum Bitrate knubile's Avatar
    Join Date
    Sep 2004
    Posts
    505
    thescrew.. really its not hard.. just open up hyperterminal and open the com port where the gps device is.. you'll watch it spew a whole lot of info.
    Google for NMEA parsing.. you'll find all you need to understand what its saying.
    Really. Its the easiest thing to parse. I wrote my parser in about an hour.
    Great article on codeproject written in vb.net . All the source is there too. I modeled mine after that one.
    good luck.

  8. #18
    Newbie
    Join Date
    Feb 2006
    Posts
    9
    As knubile says, the GPS is the easy bit.. on my software the hardest bit is the graph drawing.. and another bit which you lot havent seen because its not in that version (it can draw a map of a circuit and do lap timing - in theory, i've not finished coding it).. NMEA is a simple protocol.. a series of comma separated values, that's all

Page 2 of 2 FirstFirst 12

Similar Threads

  1. AUSSIES!!! GPS software for PDA
    By krbz in forum GPS
    Replies: 2
    Last Post: 05-26-2006, 07:47 PM
  2. GPS Software with personal P.O.I. Iguidance? Or?
    By claudioita in forum Software & Software Development
    Replies: 1
    Last Post: 08-17-2005, 04:19 AM
  3. GPS Software to use.
    By vxcarpc in forum GPS
    Replies: 3
    Last Post: 03-30-2005, 04:03 AM
  4. Best GPS software for carputer?
    By dazuck in forum GPS
    Replies: 13
    Last Post: 03-10-2005, 10:52 AM
  5. Wtb: Gps Software And Gps Mouse!!!!
    By HitmanZ in forum Classified Archive
    Replies: 2
    Last Post: 08-03-2004, 10:56 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
  •