--- DOS/Win 3.x connectivity: the DOS slave ---
--- DOS/Win 3.x 的连接:DOS客户端 ---
For connectivity with DOS/Win 3.x systems (serial and parallel), a DOS slave program (sl.exe) is included. It is installed in the "dos" subdirectory under the FastLynx directory that you specified at installation time (usually "C:\Program Files\FastLynx") for the other FastLynx program files. If you need to communicate with a DOS or Windows 3.x system, copy the sl.exe file from the installation directory onto the DOS/Win 3.x computer.
为了与DOS/Win 3.x系统连接(串口和并口),包含了一个DOS服务程序(sl.exe),它被安装在FastLynx目录下的“dos”子目录里面(通常是"C:\Program Files\FastLynx"),如果你需要与DOS 或 Windows 3.x 系统连接,拷贝sl.exe文件到装有DOS /Win 3.x 的电脑中。
The FastLynx 3.3 DOS slave supports serial and parallel connections with FastLynx 3.3 versions running on Windows 95/98/ME or NT/2000/XP. All user interaction must occur from the Windows client. The slave is intended to run on DOS or Windows 3.x systems to provide a way of transferring files with a FastLynx 3 client on Win 95/98/ME or NT/2000/XP. The slave will also run on a Windows 95/98 system, but since it doesn't support long file names, this is not a recommended approach. When communicating between two Win 95/98/ME or NT/2000/XP systems, run the Windows program (fx.exe) on both computers.
FastLynx 3.3 的DOS客户端支持通过串口和并口与Windows 95/98/ME 或NT/2000/XP.连接,All user interaction must occur from the Windows client. 运行在DOS或Windows 3.x 下的客户端提供了一种与运行在Win 95/98/ME或NT/2000/XP下的 FastLynx 3传输文件的途径。这个客户端也可以运行在Windows 95/98系统下,但不支持长文件名,我们不推荐这样做,当你要连接Win 95/98/ME和 NT/2000/XP时,运行FastLynx 3这个Windows程序(fx.exe)在两台电脑上。
To start the slave, type "sl" from a DOS prompt, and press the Esc key to exit when you are finished. By default, the slave scans all available serial and parallel ports. To limit its port scan, type the names of the desired ports on the command line. For example, "sl COM1" would scan only COM1, whereas "sl COM2 LPT1" would scan COM2 and LPT1.
我们可以通过在DOS提示符下键入sl来启动它,当你完成工作后,你可以按Esc键退出,在默认情况下,客户端程序会扫描所有的串口和并口,为了减少扫描,我们可以再命令行里敲入特定的端口,如“sl COM1”会只扫描COM1,当然,键入“sl COM2 LPT1”就会扫描COM2和LPT1。
The slave assumes default IRQ assignments. You can override the default assignment by typing an IRQ number after the port name (separated by a colon) on the command line. For example, the default IRQ number for COM1 is IRQ 4. If your computer is configured to use IRQ 5, for example, you can specify this to the slave by typing the following at the command line:
sl COM1:5
客户端将使用默认的中断请求 IRQ ,你可以重新指定默认的中断号,在命令行下加中断号在端口名称后面(冒号分隔),例如,COM1的默认中断号为IRQ 4,如果你的电脑指定要用IRQ 5,那你可以把它指定给客户端,在命令行中键入下列文字
sl COM1:5作者: a100 时间: 2006-11-20 03:19 http://www.cn-dos.net/forum/viewthread.php?tid=19126&fpage=1作者: a100 时间: 2006-11-21 03:04 通过串口并口共享资源