Virtual COM port.

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.
 
F

Floyd Burger

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top