howto.txt

来自「MOXA多串口卡LINUX下驱动及测试工具」· 文本 代码 · 共 35 行

TXT
35
字号
 ===================================================================
 The HOWTO file of Linux Fixed tty Driver for 
 MOXA NPort Server/Async Server Faimly
 ===================================================================

 Install from disk
 =================
 1. Create install disk with "makedisk.exe" which in the CD-ROM 
    under Windows 9x/Me/NT/2000.
 2. Create "/tmp/moxa" directory under your linux host.
    # cd /tmp
    # mkdir moxa
 3. Uncompress the driver into "/tmp/moxa".
    # cd /
    # tar xvfP /dev/fd0
 4. Follow the readme file to install driver.
 5. End.

 - or -

 Install from host
 =================
 1. Create "/tmp/moxa" directory under your linux host.
    # cd /tmp
    # mkdir moxa
 2. Download/copy "linux<nnn>.tar" from CD-ROM into /.
    <nnn> is version number.
 3. Uncompress the driver into "/tmp/moxa".
    # cd /
    # tar xvfP linux<nnn>.tar
 4. Follow the readme file to install driver.
 5. End.


⌨️ 快捷键说明

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