readme.scotty

来自「一个通讯程序源码」· SCOTTY 代码 · 共 36 行

SCOTTY
36
字号
On SCO, TTY devices must be named in the style of:     /dev/tty#N             ^^             ||             |`------ uppercase letter for modem control             |        lowercase for non-modem control             `--------digit (1-4)If you are using FAS or other third-party driver, you may use ecuwith ports not normally named in the /dev/tty#N style in one of twoways under UNIX and one way under XENIX:     1.  Under XENIX or UNIX, create a link to the port         with a compatible name:               ln /dev/ttyF00 /dev/tty1a               ln /dev/ttyFM00 /dev/tty1A     2.  Under UNIX, add additional lines to the         /etc/conf/node.d file and rebuild the kernel         environment (this is the recommended approach         for UNIX, as documented in FAS 2.08 and 2.09):     fas ttyF00  c   48     fas tty1a   c   48     fas ttyF01  c   49     fas tty1b   c   49     fas ttyFM00 c   208     fas tty1A   c   208     fas ttyFM01 c   209     fas tty1B   c   209

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?