Re: Gps multiplexing and raeding directly from com port



Well if you read from the real port then only one programs can read from it.
If you read from the multiplexer port, then other programs can access the
GPS device same time as you do. If your applicaiton integrates with 3rd
party navigation solutions then you would probrably want the navigation
system to also use the GPS device

--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


"Bjørn Brox" <bpbrox@xxxxxxxxx> wrote in message
news:47cbaba9$1@xxxxxxxxxxxxxxxxxxxx
Christian Resma Helle skrev:
For me, the most performance effective way to do this is by polling the
COM port using the native ReadFile function. You'll have to parse the
NMEA strings yourself though.

Is there any difference in reading the virtual comport or the real
comport?
I guess no.

--
Bjørn Brox


.



Relevant Pages

  • Re: ive tried that too
    ... > runs normally with an external modem connected to a real port. ... > program hangs without any connection being established. ...
    (microsoft.public.vb.general.discussion)
  • Re: How to specify the server port in a connection string?
    ... i.e. find out the real port that a connection will end up ... I believe 1433 is the default port for TCP/IP connection. ... Brian Bushay (TeamB) ...
    (borland.public.delphi.database.ado)