About 50 results
Open links in new tab
  1. Virtual serial port for Linux - Stack Overflow

    Sep 9, 2008 · I need to test a serial port application on Linux. However, my test machine only has one serial port. Is there a way to add a virtual serial port to Linux and test my application by …

  2. c++ - Create Virtual com port - Stack Overflow

    Nov 20, 2014 · The Null-modem emulator is an open source kernel-mode virtual serial port driver for Windows, available freely under GPL license. The Null-modem emulator allows you to …

  3. windows - Faking an RS232 Serial Port - Stack Overflow

    74 One good option is Virtual Serial Port Emulator (VSPE) from Eterlogic It provides an API for creating kernel mode virtual comport devices, i.e. connectors, mappers, splitters etc. This is a …

  4. Create a virtual serial port connection over TCP - Stack Overflow

    I am developing an application that should be able to write to a virtual serial port and receive data through the same port from remote clients over network. The application runs on a linux server...

  5. How can I create a virtual CAN port on Linux? (C++)

    I'm thinking to establish virtual COM, and send data packed in CAN frames through it. Could it work? And how could I establish virtual COM on Linux? I found the question Virtual serial port …

  6. Docker - how to expose port thru jwilder nginx-proxy?

    ports: - "8080:8080" on the docker compose of theia instead of the nginx-proxy? The proxy has the sense, to use several domains/subdomains on ports 80 and 443 instead of using weird …

  7. Virtual Serial Device in Python? - Stack Overflow

    Yes, write a "virtual serial device" class that duplicates the pySerial interface. Then your code can use either your "virtual device" class, or the real pySerial interface, interchangeably.

  8. Creating a pair between a real and virtual serial port

    Dec 2, 2016 · port.Close(); } } When I use HyperTerminal, I can see messages being sent between 2 virtual ports but nothing is being sent between a real and virtual port. Is it possible …

  9. Connection through COM port between host and guest in VirtualBox

    Jun 9, 2016 · Next we need to connect COM9 port in Host to COM1 port in Guest OS for that open Oracle VM VirtualBox Manager and open the settings of your required virtual machine. …

  10. Pyserial does not play well with virtual port - Stack Overflow

    Sep 8, 2016 · Pyserial does not play well with virtual port Asked 9 years, 11 months ago Modified 1 year, 4 months ago Viewed 13k times