PC to PC USB communication

后端 未结 4 985
盖世英雄少女心
盖世英雄少女心 2020-12-19 07:20

How can I communicate between two PC\'s via USB? I want a program to send numbers trough the USB port to another PC on which another program would show these numbers. I have

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-19 07:52

    If you like serial ports so much, you should just get a USB-to-serial adapter for each computer and then wire them together. These devices create a virtual COM port on your computer and you can use it the same way you would use a normal COM port.

提交回复
热议问题