Re: How to share GPS data to several applications?
- From: Grass <stasdesy@xxxxxxxxx>
- Date: Wed, 29 Aug 2007 07:45:24 -0700
On Aug 29, 3:56 pm, kemin <ke...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Dear all,
We have two applications need GPS information.
And these two applications use open COM port to read GPS data.
How to share GPS data to these two applications?
PS: Our OS is WinCE5.0
-Kemin
Write a driver that will have the exclusive access to the GPS COM port
and be a proxy for the applications. The best way to do it is to write
it as if two virtual serial ports are created. The applications will
open your device by opening new serial port and read from it.
I did something similar in the past. You best bet is to get a source
of the serial driver and rewrite the lower part of it to access the
physical serial port that talks to GPS.
.
- Prev by Date: Catch stack overflow in an application
- Next by Date: Re: deactivate recycle bin
- Previous by thread: Re: How to share GPS data to several applications?
- Next by thread: Catch stack overflow in an application
- Index(es):
Relevant Pages
|