howto.txt

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

TXT
33
字号
 ===================================================================
 The HOWTO file of Linux Driver for MOXA Smartio Family
 ===================================================================

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

 - or -

 Install from host
 =================
 1. Create "moxa" directory under your linux host.
    # cd /
    # mkdir moxa
 2. Download/copy "mxser.tgz" from CD-ROM into /moxa.
 3. Uncompress the driver into "moxa".
    # cd /moxa
    # tar xvfz mxser.tgz
 4. Follow the readme file to install driver.
 5. End.


⌨️ 快捷键说明

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