Hello,
I apologize in advance if my question(s) seem trivial. This is the
first time I've undertaken such a project and if possible I'd like
some pointers on where to get started.
I have a software application that expects to receive data from a
serial port. For example, COM1 (the serial port on the back of the
computer) has a device plugged into it that feeds telemetry data into
the serial port. The application running on the desktop (or laptop)
expects to receive data from this serial port.
WHAT I'D LIKE TO DO
Basically I'd like to accept the data via 802.11.b rather than the
serial interface by presenting a new COM port (let's say COM99) to the
software application. So in essence the application believes that
COM99 is a serial port however, underneath COM99 is really some type
of program (driver) that passes the data through from the 802.11b card
and presents the data as if it came from a serial port. Also, vice
versa. Any data transmitted by the application should appear as if it
were going out the serial port but in reality it is also getting
passed through out the 802.11b card.
I'm looking for pointers on how to get started. Any help would be
greatly appreciated. I have a copy of Microsoft's XP SP1 DDK and I've
been scouring the news groups for information on "Virtual Serial
Ports". But I must admit... I'm a bit overwhelmed so I was hoping
that this group might be able to provide me with some much needed
guidance.
Thanks,
Jay