User Tools

Site Tools


linux_serial

Linux/Serial

VMware

Add a virtual serial port.

  • Set the type to Named Pipe in /tmp/serial
  • Set this end to be the server
  • Set the other end to be the virtual machine

Install the following packages:

run socat with: <source lang="bash"> socat -d -d /tmp/serial PTY: </source> Look out for which tty the output has been redirected to, eg /dev/pts/0

Connect the terminal emulator with: <source lang="bash"> cu -l /dev/pts/0 -s 38400 </source>

linux_serial.txt · Last modified: 2014/11/24 01:14 by 0.0.0.0