Page 1 of 1

[Solved] How to configure serial port to connect between two guest VMs?

Posted: 15. Sep 2017, 19:51
by JustJJ
In the two guest VMs, the serial port will be used to transfer data to the other VM. Using e.g. LapLink, InterLink. The usage will not be limited for file transfers, but also be used for remote debugging, so the serial port is required and communication by other means are not applicable.

Re: How to configure serial port to connect between two guest VMs?

Posted: 16. Sep 2017, 10:49
by mpack
Set up a communications pipe (VM settings|serial). Configure one side as the master, the other side as the slave. Be sure to start the master side first.

Re: How to configure serial port to connect between two guest VMs?

Posted: 16. Sep 2017, 11:01
by JustJJ
Thank you. It works. :)