create virtual com port

  • Thread starter Thread starter cfyam
  • Start date Start date
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

Problem with System.IO.Ports.SerialPort.Open 3
creating Virtual COM ports 3
Creating a COM Port 1
Virtual COM port. 1
COM Port 4
System.IO.Ports 2
How to know a COM port is a modem 3
Identificate a peripheral 2

Back
Top