Virtual COM port.

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

I am writing software to mimic the actions of a device connected to the
serial port. I want my software to create a virtual COM port, so that
other applications can talk to it.

Is it possible to write a virtual device driver in c# for this?

S.
 
Stuart,
You should get the DDK (or the Longhorn dev kit) from MSDN. There's a
virtual serial port sample in there that you can probably use.
 
Back
Top