-
virtual COM ports
Hi,
I need to develop a bridge where creating a pair of virtual COM ports to communication with third party software.
COM port 1 is use to read data from satellite and transfer data to third party software through COM port 2.
OS : window Mobile 5.0
I'm seeking advice on how to start it....
Any open source or information about how to create virtual COM port pair.
Thank you.
-
Re: virtual COM ports
You can go to www.msdn.com and search fot "create virtual COM port"
You get a lot of result (note, i see lot of API's and C++ so i'm guessing it will be difficult if you don't know how to manipulate them).
-
Re: virtual COM ports
Hi,
take a look at www.hardandsoftware.com - I am pretty sure Dick Grier has some code on there showing how to do it. Alternately, www.franscon.com has a great commercial serial port tool that will do that
Pete
-
Re: virtual COM ports
i has tried all the links u gave but still no solution to solve it. i am new in .net compact framework.