create virtual com port

D

Derrick Coetzee [MSFT]

cfyam said:
How can I create virtual com port by my c# ap?

As far as I know, creating a virtual serial port requires kernel-level
support, usually in the form of a driver. As such, this cannot be done in
C#. However, there are a number of commercial software packages already
available which provide .NET interfaces for creating virtual serial ports.
Notable examples include:

FRANSON SerialTools: http://franson.com/serialtools/
VSPD.NET: http://www.eltima.com/products/vspdnet/

I hope this helps.
 

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

Similar Threads


Top