中文: ------------------------------------------------------------------------------------------ 通常DOS环境通过BIOS服务能操作任何串口(INT 14H)和并口(INT 17H),但是DOS环境里只支持4个串口 (3F8h, 2F8h, 3E8h, 2E8h)和3个并口(3BCh/378h/278h)。 I.文件说明: 1.CH38XDOS.EXE -- DOS驱动安装工具,支持CH382 2S,2S1P 2.ReadMe.txt -- DOS驱动安装工具说明文档 II.选项: -a -- 添加CH38X端口 -r -- CH38X并口重映射到相应的系统保留的端口,只对2S1P的并口起作用 -d -- 删除添加的CH38X端口 -s -- 隐藏安装,不提示安装信息 -h -- 提示安装选项 III.安装步骤: 1. -- 把CH38XDOS通过软驱拷贝到DOS系统. 2. -- 输入"CH38XDOS"确定是否检测到设备. -- 如果检测到卡会显示: Find CH382 2 Serial 1 Parallel Card Serial Port1 at 9000 (IRQ9) Serial Port2 at 9400 (IRQ9) PrinterPort1 at 9800 (IRQ9) 3. -- 输入"CH38XDOS -a" ,按回车,把CH38XDOS端口安装到系统,显示如下: =========================== COM1 exists at 3FB COM2 exists at 2FB COM3 added at 9000 (IRQ9) COM4 added at 9400 (IRQ9) LPT1 exists at 378 LPT2 added at 9800 (IRQ9) =========================== 4. -- 输入"CH38XDOS -a -r" ,按回车,把CH38XDOS端口安装到系统保留的端口,显示如下: =========================== COM1 exists at 3FB COM2 exists at 2FB COM3 added at 3EB (IRQ9) COM4 added at 2EB (IRQ9) LPT1 exists at 378 LPT2 added at 278 (IRQ9) =========================== 5. -- 如果想每次重启时安装,请在AUTOEXEC.BAT中添加一行: CH38XDOS -a -s(或者CH38XDOS -a -r -s) ========================================================================================== ENGLISH: ------------------------------------------------------------------------------------------ DOS OS operation any serial port (INT 14H) and parallel (INT 17H) by BIOS service commonly, BUT DOS OS can only support 4 serial port (3F8h, 2F8h, 3E8h, 2E8h) and 3 parallel port (3BCh/378h/278h). I. File explain: 1.CH38XDOS.EXE -- The tool of install the driver support 2S/2S1P/1S1P card for DOS 2.ReadMe.txt -- The document to explain how to install the driver II. Option: -a -- Add port of CH38X -r -- The por of CH38X remapped to legacy port of DOS OS -d -- Delete the add port of CH38X -s -- Hidden install, show no install information -h -- Clue on install option III. Install approach: 1. -- Copy the CH38XDOS to DOS OS. 2. -- Input "CH38XDOS" to check the device. -- If the card has found, it will display: Find CH382 2 Serial 1 Parallel Card Serial Port1 at 9000 (IRQ9) Serial Port2 at 9400 (IRQ9) PrinterPort1 at 9800 (IRQ9) 3. -- Input "CH38XDOS -a", then press "Enter", install the port of CH38XDOS to DOS OS, it will display: =========================== COM1 exists at 3FB COM2 exists at 2FB COM3 added at 9000 (IRQ9) COM4 added at 9400 (IRQ9) LPT1 exists at 378 LPT2 added at 9800 (IRQ9) =========================== 4. -- Input "CH38XDOS -a -r", then press "Enter", install the port of CH38XDOS to legacy port of DOS OS, it will display: =========================== COM1 exists at 3FB COM2 exists at 2FB COM3 added at 3EB (IRQ9) COM4 added at 2EB (IRQ9) LPT1 exists at 378 LPT2 added at 278 (IRQ9) =========================== 5. -- If you want install the driver at Reboot every time, please add this line into AUTOEXEC.BAT: CH38XDOS -a -s ( or CH38XDOS -a -r -s)