how to connect two Windows computers by USB for communication between their virtual serial ports?

Doug Null

What is needed for the physical USB connection between two Windows computers for communication between their virtual serial ports? Should I use USB/serial adapters?

I am building a .NET terminal app on Windows 10 Pro computer that must use a virtual serial port for communication through a USB connection to the virtual serial COM port at a Windows 7 Pro computer that is running the terminal app on .NET.

The terminal app is the PortChat example app from MSDN's serial port documentation.

PURPOSE: I need to test a serial communication .NET app on Windows 10 that will eventually communicate with an embedded STM that is presently unavailable .

Austin Hemmelgarn

You can do this with two USB serial adapters and a null-modem cable. If you just need something quick that is known to work, this is a good option (I suggest either FTID or PL2303 based adapters for this, they seem to be more reliable when talking to other USB-to-Serial adapters in my experience than other options).

However, you may be able to find a cable that just does the whole thing for you. I already know such things exist for Ethernet connections (those 'USB transfer' cables you see advertised sometimes are cases of this, they have two USB-to_ethernet adapters hard-wired to each other), so I would actually be a bit surprised if such hardware did not exist already.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I connect two computers using USB 3.0?

From Dev

How to share Internet between two computers via USB?

From Dev

Python Sockets: how to connect between two computers on the same wifi

From Dev

Is there some way to connect two computers using USB?

From Dev

Change default names for USB virtual serial ports in Linux

From Dev

How to connect two computers wirelessly

From Dev

Virtual serial ports in ORSSerialPort

From Dev

connect two computers together via a rs232 serial port

From Dev

Serial communication using USB

From Dev

Connect 2 computers serial to a router

From Dev

How to connect two ubuntu computers with ethernet cable

From Dev

How to connect two ubuntu computers with ethernet cable

From Dev

How to assign user defined name to USB CDC Serial ports?

From Dev

Python USB Serial ports connection

From Dev

Python USB Serial ports connection

From Dev

Are the rating of switches the total bandwidth for all communication or between any two ports

From Dev

Connect one USB storage to two ports for more data load capacity

From Dev

realtime data communication between two c++ executeables one windows and other in virtual machine ubuntu

From Dev

realtime data communication between two c++ executeables one windows and other in virtual machine ubuntu

From Dev

In Windows, how do I connect two computers to the Internet using one Ethernet socket?

From Dev

How does communication between 2 computers in a single network happen?

From Dev

One USB device, two serial interfaces: how to?

From Dev

How to find time difference between two computers?

From Dev

USB<>serial communication not working on linux

From Dev

Python: serial communication with USB to serial converter failing

From Dev

Serial communication emulation in Windows

From Dev

How do I link two serial ports in GNU/Linux?

From Dev

How to work remotely with two windows 8 computers

From Dev

How to write serial data to COM ports with Universal Windows Application?

Related Related

  1. 1

    How do I connect two computers using USB 3.0?

  2. 2

    How to share Internet between two computers via USB?

  3. 3

    Python Sockets: how to connect between two computers on the same wifi

  4. 4

    Is there some way to connect two computers using USB?

  5. 5

    Change default names for USB virtual serial ports in Linux

  6. 6

    How to connect two computers wirelessly

  7. 7

    Virtual serial ports in ORSSerialPort

  8. 8

    connect two computers together via a rs232 serial port

  9. 9

    Serial communication using USB

  10. 10

    Connect 2 computers serial to a router

  11. 11

    How to connect two ubuntu computers with ethernet cable

  12. 12

    How to connect two ubuntu computers with ethernet cable

  13. 13

    How to assign user defined name to USB CDC Serial ports?

  14. 14

    Python USB Serial ports connection

  15. 15

    Python USB Serial ports connection

  16. 16

    Are the rating of switches the total bandwidth for all communication or between any two ports

  17. 17

    Connect one USB storage to two ports for more data load capacity

  18. 18

    realtime data communication between two c++ executeables one windows and other in virtual machine ubuntu

  19. 19

    realtime data communication between two c++ executeables one windows and other in virtual machine ubuntu

  20. 20

    In Windows, how do I connect two computers to the Internet using one Ethernet socket?

  21. 21

    How does communication between 2 computers in a single network happen?

  22. 22

    One USB device, two serial interfaces: how to?

  23. 23

    How to find time difference between two computers?

  24. 24

    USB<>serial communication not working on linux

  25. 25

    Python: serial communication with USB to serial converter failing

  26. 26

    Serial communication emulation in Windows

  27. 27

    How do I link two serial ports in GNU/Linux?

  28. 28

    How to work remotely with two windows 8 computers

  29. 29

    How to write serial data to COM ports with Universal Windows Application?

HotTag

Archive