
Signature
Ginny Caughey
.NET Compact Framework MVP
No I don't control both pieces of software. The Routing software is what
came with my GPS. So I need something I can do to either fake the COM port
to the routing software or get the data from the routing software, but would
rather not have to write something for every piece of routing software out
there.
As for the DB comment, I've installed SQL Mobile 2005 and am using the
System.Data.SqlServerCe namespace to access it. I should be ok with multiple
connections like this right? I ask as I'm trying to nail down what I think
is a threading issue when my app locks up from time to time, just started
happening so haven't spent a lot of time looking into it.
Thanks
Wayne
> Wayne,
>
[quoted text clipped - 22 lines]
>> Thanks
>> Wayne
Dick Grier - 21 Apr 2006 18:10 GMT
Hi,
If you are using Visual Studio 2005 and a Windows Mobile 5 device, the
required device driver is built-in. GPS data may be shared between multiple
clients, even ones over which you have no control.
However, for other devices (or if not using Visual Studio 2005), then your
best bet, IMO, would be to use GPS Tools from Franson (www.franson.com).
They have a free demo version that will allow you to determine if it does
what you need. If you go this route, you can contact me by email. I can
provide you with the full license for a significant discount.
Dick

Signature
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
ThisBytes5@gmail.com - 21 Apr 2006 23:07 GMT
Thanks for the offer, but I'm just goofing around with this. Don't
really want to put out any money right now. Though his software does
look interesting.
Ginny Caughey [MVP] - 21 Apr 2006 18:17 GMT
Wayne,
Using SQL Mobile via SqlServerCe should work ok with multiple connections
across multiple apps or threads, but if you find out what's causing your
lockup issue, be sure to let us know.

Signature
Ginny Caughey
.NET Compact Framework MVP
> No I don't control both pieces of software. The Routing software is what
> came with my GPS. So I need something I can do to either fake the COM port
[quoted text clipped - 37 lines]
>>> Thanks
>>> Wayne