Serial Port

 

 

 


Named Pipe Serial Port(Use named pipe)

 

You can add a named pipe serial port for connecting a virtual machine to an application or

to another virtual machine that is running on the host system.

Pip Name:

namedpipe # 任意 String

i.e.

\\.\pipe\namedpipe

X End

Near End: Local (Server(被 connect) / Client(connect人))

Far End: Remote (A virtual machine / A process )   # "A virtual machine" 就可以

  • A virtual machine: 兩 VM 的 serial port 互連
  • A process: VM Host 去連 serial port

Expand I/O Mode to select Yield CPU on poll, which is deselected by default.

The kernel in the target virtual machine uses the virtual serial port in polled mode, not interrupt mode.

Inside Client VM

minicom -b 115200 -D /dev/ttyS0

 


VM serial port connected over network

 

 * only available to VMWare Enterprise (or above) licensed

/vmfs/volumes/path/to/vmx/vmware.log

...| vcpu-0| I120: [msg.serial.uri.nolicense.basic] The currently available license does not permit the use of remote seria
...| vcpu-0| I120: [msg.device.startdisconnected] Virtual device serial0 will start disconnected.