Questions tagged [com0com]

The Null-modem emulator (com0com) is a kernel-mode virtual serial port driver for Windows.

The Null-modem emulator (com0com) is a kernel-mode driver for Windows.

64 bit version of the driver is only test-signed not signed as usually Microsft requires.

You can create an unlimited number of virtual COM port pairs and use any pair to connect one COM port based application to another.

resources:

  • com0com's site on Sourceforge
31 questions
0
votes
1 answer

Removing virtual COM Ports in c#

I am creating a batch file to remove virtual com ports created before using com0com. at the time of creation, the port names where renamed for example: change CNCA2 portname=COM20 So when i want to remove i should use the original name like: remove…
Liban
  • 641
  • 5
  • 19
  • 32
1 2
3