Menu

Tree [d489ed] master /
 History

HTTPS access


File Date Author Commit
 .cvsignore 2010-11-26 doj doj [949012] some minor details
 Makefile 2010-11-26 doj doj [949012] some minor details
 README 2015-06-18 doj doj [d489ed] add -k and -K command line arguments to send ke...
 sc.1 2010-11-26 doj doj [949012] some minor details
 sc.c 2015-06-18 doj doj [d489ed] add -k and -K command line arguments to send ke...

Read Me

SERIAL CONSOLE (SC) README

$Header$


BUILDING

If your system is POSIX compliant (or reasonably close to being so), just
running make will generate a binary.

The Makefile has a number of knobs to adjust the compiled in defaults.

Some systems don't have a working implementation of poll(2), among them
Mac OS X 10.4.  You can enable a workaround in the Makefile by adding
-DHAS_BROKEN_POLL to the CFLAGS.


CHANGES

0.96
- add "-k" and "-K" parameters which send keys/bytes every second.
  This is useful for serial consoles to enter the BIOS and you don't want to
  press the keys yourself continuously. Use the escape action 'k' to stop
  sending the keys/bytes.

0.95
- add "-d" parameters which sets a delay after writing a newline character.
- allow arbitrary characters to be composed with the escape character.

0.94
- Fix DTR setting code
- By default, do not use work-around for broken poll(2)

0.93
- Allow control characters specified as -e "^a" for the escape character.
- Make DTR control optional, add Linux compatible ioctl to set/reset DTR.

0.92
- First Public Release
MongoDB Logo MongoDB