Top "Virtual-serial-port" questions

Use this tag for question related to virtual serial port.

Virtual Serial Port for Linux

I need to test a serial port application on Linux, however, my test machine only has one serial port. Is …

linux serial-port virtual-serial-port
How to send characters in PuTTY serial communication only when pressing enter?

I am trying to use PuTTY to communicate over my computer's serial line. I have configured the correct serial line, …

serial-port putty virtual-serial-port
Faking an RS232 Serial Port

I'm developing a project that has a number of hardware sensors connecting to the deployment machine through RS232 serial ports. …

windows mocking serial-port hardware-interface virtual-serial-port
Create a virtual serial port connection over TCP

I am developing an application that should be able to write to a virtual serial port and receive data through …

linux sockets tcp serial-port virtual-serial-port
Change COM port via registry, command line or software?

Does anybody know how to change the COM port number that Windows maps to a USB virtual COM port? You …

serial-port virtual-serial-port
Detecting USB Insertion / Removal Events in Windows using C++

I am writing an extension for an existing application that needs to handle USB insertion/removal events. I know the …

c++ events asynchronous usb virtual-serial-port
Virtual Serial Device in Python?

I know that I can use e.g. pySerial to talk to serial devices, but what if I don't have …

python serial-port pyserial virtual-serial-port
C# Serial Communication

How do I go about sending and receiving data from a USB comm port using C#? The requirements for communication …

c# usb serial-port virtual-serial-port
Creating virtual serial port with C#

Possible Duplicate: Faking an RS232 Serial Port I have an application that reads data from serial port. To test the …

c# virtual-serial-port
How create a virtual io device in Linux that proxies data to real device?

I have an interesting problem. I am working on an embedded box with multiple instances of Linux running each on …

linux serial-port pipe virtual-serial-port