Go Back   Brighthand.com - SmartPhone and PDA Discussion > Device Suppliers > Garmin

Garmin The first PDA with GPS built in

Welcome to BrightHand.com! Have a PDA or SmartPhone related question?

Register and ask it here in the forums and remove this ad

Reply
 
Thread Tools
Old 09-05-2005, 06:16 PM   #1
Andrew Klopper
Mobile Enthusiast
 
Andrew Klopper's Avatar
 
Join Date: Aug 2005
Location: Johannesburg, South Africa
Posts: 122
Default GPSProxy

For those of you who have never heard of it, GPSProxy is an NMEA to Garmin Protocol translator that allow you to use a standard NMEA Bluetooth GPS with the Garmin Que app on the PPC. You still require a valid Garmin GPS Unit ID and corresponding map unlock code in order to be able to use the detailed maps, however.

For anyone from the "other" forum eagerly awaiting an update, a built-in virtual serial port driver for GPSProxy is looking very feasible at the moment. I have identified all of the functions and IOControls that a serial driver needs to support based on a sample serial driver included with Microsoft Platform Builder, and have started filling in the blanks. I hope to have something working by the weekend, but don't quote me on that...

For the non-techies among you, this means that GPSProxy will no longer require GPSGate (or similar) in order to communicate with Garmin Que. In theory an open source equivalent of GPSGate may be on the cards as well, but I don't know if I am feeling that energetic.
Andrew Klopper is offline   Reply With Quote
Old 09-06-2005, 01:28 AM   #2
jmckie
Mobile Consultant
 
jmckie's Avatar
 
Join Date: Aug 2005
Location: Off topic, recalculating...
Posts: 267
Default Re: GPSProxy

Great work, Andrew. I'm definitely looking forward to this new release.

One further consequence of this development is that in conjunction with gpsgate, we should now be able to run other GPS apps alongside the Garmin Que app.
jmckie is offline   Reply With Quote
Old 09-06-2005, 02:54 AM   #3
jonasolof
Mobile Deity
 
jonasolof's Avatar
 
Join Date: Aug 2005
Location: Belgium & Sweden
Posts: 1,125
Default Re: GPSProxy

Great Andrew,

Garmin must have known this was coming. So they decided they had better include SiRF III technology in their future GPS receivers...

JHMCkie, could you please elaborate why it would take the version of GPSproxy which Andrew is now developing to run another nav program alongside Que using GPSgate. Is that because you can only run one instance of GPSgate at the time and it has until now been needed for GPSproxy?
__________________
Jonas

iQue 3600, Nüvi 660, Mio c520t, Loox 720 PPC, Garmin 76CS, 60CSx, GPS10, GPS18, Royltek 2001, Raymarine RC400, SE M600i phone and Palm TX PDA.

Last edited by jonasolof : 10-16-2005 at 03:15 PM.
jonasolof is offline   Reply With Quote
Old 09-06-2005, 03:14 AM   #4
bokkie
Mobile Consultant
 
bokkie's Avatar
 
Join Date: Aug 2005
Location: Crawley, UK
Posts: 497
Default Re: GPSProxy

That's excellent news Andrew and I hope it pans out as expected. I know you will not want to divulge the source code for obvious reasons but would you be prepared to share some of the inside knowledge about how you went about it?
__________________
Peter. As nice a guy you'll meet anywhere.
bokkie is offline   Reply With Quote
Old 09-06-2005, 04:33 AM   #5
Andrew Klopper
Mobile Enthusiast
 
Andrew Klopper's Avatar
 
Join Date: Aug 2005
Location: Johannesburg, South Africa
Posts: 122
Default Re: GPSProxy

Quote:
Originally Posted by bokkie
I know you will not want to divulge the source code for obvious reasons but would you be prepared to share some of the inside knowledge about how you went about it?
It will be open source under the GNU licence. That's another reason why I am trying to get away from Platform Builder and the Codetelligence driver template. At the end of the day, it will all be my own code so I will be able to publish it freely, and you will be able to compile it using Embedded C++ which is also freely available. Of course, as usual it will come with absolutely no warranties whatsoever...
Andrew Klopper is offline   Reply With Quote
Old 09-06-2005, 04:38 AM   #6
bokkie
Mobile Consultant
 
bokkie's Avatar
 
Join Date: Aug 2005
Location: Crawley, UK
Posts: 497
Thumbs up Re: GPSProxy

Quote:
Originally Posted by Andrew Klopper
It will be open source under the GNU licence. That's another reason why I am trying to get away from Platform Builder and the Codetelligence driver template. At the end of the day, it will all be my own code so I will be able to publish it freely, and you will be able to compile it using Embedded C++ which is also freely available. Of course, as usual it will come with absolutely no warranties whatsoever...
Thanks Andrew. We are all rooting for you. No pressure.

Edit: That you are prepared to make this open source is very noble and underlines you as a great guy! Many thanks from all of us.
__________________
Peter. As nice a guy you'll meet anywhere.

Last edited by bokkie : 09-06-2005 at 06:56 AM.
bokkie is offline   Reply With Quote
Old 09-06-2005, 09:01 AM   #7
jmckie
Mobile Consultant
 
jmckie's Avatar
 
Join Date: Aug 2005
Location: Off topic, recalculating...
Posts: 267
Default Re: GPSProxy

Quote:
could you please elaborate why it would take the version of GPSproxy which Andrew is now developing to run another nav program alongside Que using GPSgate.
Hmm, I'm not thinking clearly. You should be able to do so even now, by outputting to two virtual ports. Is this correct, Andrew?
jmckie is offline   Reply With Quote
Old 09-06-2005, 11:06 AM   #8
bokkie
Mobile Consultant
 
bokkie's Avatar
 
Join Date: Aug 2005
Location: Crawley, UK
Posts: 497
Default Re: GPSProxy

Andrew, if you need any help packaging an installation for it I'll be happy to help. I can craft it using InstallShield 11 but if I keep the project in binary format it can also be maintained using Microsoft's Orca which is free for download.
__________________
Peter. As nice a guy you'll meet anywhere.
bokkie is offline   Reply With Quote
Old 09-06-2005, 04:16 PM   #9
Andrew Klopper
Mobile Enthusiast
 
Andrew Klopper's Avatar
 
Join Date: Aug 2005
Location: Johannesburg, South Africa
Posts: 122
Default Re: GPSProxy

Quote:
Originally Posted by bokkie
Andrew, if you need any help packaging an installation for it I'll be happy to help. I can craft it using InstallShield 11 but if I keep the project in binary format it can also be maintained using Microsoft's Orca which is free for download.
That would be a great help, thanks. Installation should be fairly straightforward, even with the driver. Installing the driver simply involves copying a DLL to the Windows directory and creating a few registry entries. GPSProxy itself will load the driver dynamically. Installing GPSProxy is a matter of installing the program, creating a start menu shortcut, and installing OpenNETCF.
Andrew Klopper is offline   Reply With Quote
Old 09-06-2005, 05:03 PM   #10
bokkie
Mobile Consultant
 
bokkie's Avatar
 
Join Date: Aug 2005
Location: Crawley, UK
Posts: 497
Default Re: GPSProxy

Quote:
Originally Posted by Andrew Klopper
That would be a great help, thanks. Installation should be fairly straightforward, even with the driver. Installing the driver simply involves copying a DLL to the Windows directory and creating a few registry entries. GPSProxy itself will load the driver dynamically. Installing GPSProxy is a matter of installing the program, creating a start menu shortcut, and installing OpenNETCF.
That should be quite straightforward. Are you using the 1.4 OpenNetCF? I think they introduced it as an urgent fix about 2 weeks after they announced 1.3.

If you want to let me know the name of the dll you need to copy, I can get that installation done first. I don't need an actual dll as I can copy another one just to get it installed. If you know what registry items/types you need I can add thosein advance. Then, once I've got the .msi produced and tested I can send that to you and give you the link at MSDN where to find Orca in case you want to manually edit the msi later.

GPSProxy can be added as well so the one install can do either or both depending on the feature selected at install time. It's a relative doddle with InstallShield as they provide specific PPC platform install facilities.
__________________
Peter. As nice a guy you'll meet anywhere.
bokkie is offline   Reply With Quote
Reply


Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GPSProxy 2 Andrew Klopper Garmin 88 10-24-2007 09:15 AM
WM5 Smartphone with Gpsproxy, Que using mapsource maps subarus Smartphones 0 09-13-2006 09:46 PM
acer n30 + gpsproxy + Que software maverickman Garmin 1 07-19-2006 07:30 PM
Vehicle tracking with GPSproxy and Que jonasolof Garmin 0 11-27-2005 03:22 PM
GPSProxy ERROR motoo Garmin 0 11-26-2005 09:56 AM


All times are GMT -5. The time now is 11:32 PM.



Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  About Us  |  Advertising  |  Site Map  |  Contact Us  |  Submit Review  |  RSS Feeds  |  Jobs




All Rights Reserved, Copyright 1999 - 2007, TechTarget | Read our Privacy Policy
  TechTarget - The Most Targeted IT Media