Disable XON/XOFF flow control on output.
[cu.git] / README
blob69088e9ba7dc7663f70473aaeeb926d1db448c8e
1 This is a port of openbsd cu(1) to Linux.
3 cu is used to connect to another system over a serial link.
4 In the era before modern networks, it was typically used to
5 connect to a modem in order to dial in to a remote host.
6 It is now frequently used for tasks such as attaching to the
7 serial console of another machine for administrative or
8 debugging purposes.
10 When working with an embedded Linux box, it is useful to setup the tty
11 device in embedded os with the rows and columns of the terminal in the
12 host os. The termsize[1] script by Akkana Peck is quite useful[2] for
13 this task.
15 [1] https://github.com/akkana/scripts/blob/master/termsize
16 [2] http://shallowsky.com/blog/hardware/serial-24-line-terminals.html