W
Wayne Sepega
I have an application I'm writing that retrieves information from my GPS,
the GPS is connected to my PPC via Blue Tooth, once connected the GPS shows
up on COM 6. Everything is going fine with the app. However, if my app is
running and collecting GPS data, I can no longer use my routing software on
the PPC since only one piece of software can connect to the COM port at a
time.
I've thought about emulating a com port. My software would still connect to
COM 6 but the routing software would connect to COM X which is my software
emulation port. I would then pass everything I receive from the GPS to the
other COM port as well as anything received from the other COM port would be
sent to the GPS. However, I'm not real sure where to start or how to
accomplish the above.
Any other ideas on how I can get both pieces of software to connect?
Thanks
Wayne
the GPS is connected to my PPC via Blue Tooth, once connected the GPS shows
up on COM 6. Everything is going fine with the app. However, if my app is
running and collecting GPS data, I can no longer use my routing software on
the PPC since only one piece of software can connect to the COM port at a
time.
I've thought about emulating a com port. My software would still connect to
COM 6 but the routing software would connect to COM X which is my software
emulation port. I would then pass everything I receive from the GPS to the
other COM port as well as anything received from the other COM port would be
sent to the GPS. However, I'm not real sure where to start or how to
accomplish the above.
Any other ideas on how I can get both pieces of software to connect?
Thanks
Wayne