linux_serial
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | linux_serial [2014/11/24 01:14] (current) – created 0.0.0.0 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Linux/ | ||
+ | ===== 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: | ||
+ | * {{Package|direct=yes|net-misc/ | ||
+ | * {{Package|direct=yes|net-misc/ | ||
+ | |||
+ | run socat with: | ||
+ | {{Command|< | ||
+ | socat -d -d /tmp/serial PTY: | ||
+ | </ | ||
+ | Look out for which tty the output has been redirected to, eg /dev/pts/0 | ||
+ | |||
+ | Connect the terminal emulator with: | ||
+ | {{Command|< | ||
+ | cu -l /dev/pts/0 -s 38400 | ||
+ | </ |
linux_serial.txt · Last modified: by 0.0.0.0