Closed veremenko-y closed 1 week ago
cu - simple serial console.
cu -l device [-s speed] [-E escape-character]
Simple and minimal terminal emulator program, to use with modems and alike.
Just like other terminal emulator progrms cu supports escape sequence to execute a command in cu itself.
-l device
Path to the character device. -E escape-character Set alternate escape character.
-s speed
Set speed of the device in baud before connecting.
Commands are executed by first inputing escape character ( ESC ) which by default is ˜
ESC ESC
Print escape character verbatim.
Note: Escape character is only acknowledged after a new line.
cu -l /dev/tty2
cu -s 300 -l /dev/tty2
To be found.
Yaroslav Veremenko
Thanks a lot
NAME
cu - simple serial console.
SYNOPSIS
cu -l device [-s speed] [-E escape-character]
DESCRIPTION
Simple and minimal terminal emulator program, to use with modems and alike.
Just like other terminal emulator progrms cu supports escape sequence to execute a command in cu itself.
OPTIONS
-l device
Path to the character device. -E escape-character Set alternate escape character.
-s speed
Set speed of the device in baud before connecting.
COMMANDS
Commands are executed by first inputing escape character ( ESC ) which by default is ˜
ESC ESC
Print escape character verbatim.
Note: Escape character is only acknowledged after a new line.
EXAMPLES
cu -l /dev/tty2
cu -s 300 -l /dev/tty2
BUGS
To be found.
AUTHORS
Yaroslav Veremenko