I need to develop a Virtual COM port drive, which needs to act as a bridge
between legacy applications (using COM ports) and a USB driver (Which is
already available). To the legacy applications, this should look/feel/act
like a COM port, but internally, the driver needs to communicate with the USB
driver for the needful.
I have stared with the serail driver sample provided with DDK as the base,
is that the right place to start? Any design guidelines I should keep in
mind? Also, is there any available sample code, which can be used for
reference.