Menu

Home

Vyacheslav Frolov

The Null-modem emulator (com0com) is a kernel-mode virtual serial port driver for Windows. You can create an unlimited number of virtual COM port pairs and use any pair to connect one COM port based application to another. The HUB for communications (hub4com) allows to receive data and signals from one COM or TCP port, modify and send it to a number of other COM or TCP ports and vice versa.

Screenshot thumbnail
The graphics setup utility for com0com


Project Members:


Discussion

  • Wayne Taylor

    Wayne Taylor - 2019-11-04

    Work has banned the use of dotNet3.5. Can the graphics setup utility be made to work with 4.0?

     
    • Tom Wilson

      Tom Wilson - 2020-02-07

      Have you tried recompiling under dotNet 4? It's usually just a matter of upgrading the project, which is entirely automatic, then setting the build target to the latest framework.

       
      • Wayne Taylor

        Wayne Taylor - 2020-02-07

        Windows 10 requires that drivers be signed, and I don't have that capability.

         
        • Tom Wilson

          Tom Wilson - 2020-02-08

          I haven't built the tools yet, but I don't think you need to re-install the drivers. In fact, device drivers can't actually use the DotNet Framework, so they should be completely separate from the setup tools.

           
  • Vinay

    Vinay - 2023-11-23

    Hi I want to check use port class (tick) from command prompt through command ""setupc.exe" INSTALL 0 PortName=COM1,EmuBR=yes PortName=COM10,EMUBR=yes"
    ?Can you please provide the command because I see EMUOVVERRun, HiddenMode etc for all other except use port class

     

    Last edit: Vinay 2023-11-23

Log in to post a comment.