User`s guide

ROM-DOS Commands 187
E-EQ-MX1RG-D MX1 Reference Guide
Option Description
CONFIG.SYS cannot be unloaded.
/H Selects hardware handshaking for flow control.
/Bnnnn Selects the baud rate for transmission. Available baud rates are 300, 1200, 2400,
4800, 9600, 19200, 38400, 57600, and 115000. The default baud rate is 115000.
+/- The plus sign (+) specifies packet-style transmission and is recommended for any
baud rate over 19200. The default setting is to include + for packet transmission.
Use the minus sign (-) to specify polling operation under Microsoft Windows 95.
Both sides must agree on using either (+) or (-).
/Tnnn Sets the time-out in the range of 3 to 3,640 seconds. 15 seconds is not unusual for
Flash drives.
/IRQn Set the IRQ for the communications port. Valid settings are 3 – 15. Default is
IRQ3 for COM 2 and COM4, and IRQ4 for COM1 and COM3.
COMn Selects the communication port. Choose 1, 2, 3 or 4. COM1 is the default port.
To install the REMDISK program from CONFIG.SYS at 19200 baud, on COM1, using packet-
style transmission, insert the following line in CONFIG.SYS and then reboot the system
(remember to include the full path to find REMDISK.EXE if not located in the root directory).
DEVICE=REMDISK.EXE /B19200 +
To display a help screen for REMDISK from the DOS prompt, enter
REMDISK /?
To install REMDISK from the DOS prompt or from a batch file (such as AUTOEXEC.BAT) at
9600 baud, without packet-style transmission, on COM2, enter
REMDISK /B9600 /COM2
To unload the REMDISK installed from the batch file or the DOS prompt, enter REMDISK /U
REMSERV.EXE
Remote Disk Program
See Also: REMDISK.EXE
REMSERV is usually run on the MX1 (host). REMDISK is usually run on the client (e.g. a
desktop PC).
The remote disk program allows you to access a disk drive on a remote system via a serial cable
and standard PC-style (8250UART) serial port. In a remote disk setup, one system, the one that
shares its drives, is termed the server. The other system, the one that accesses and uses the remote
drives, is called the client. The serial ports on both systems must be connected via a null modem
cable. Remdisk / Remserv works across a standard 3-pin serial cable. The cable does not require
the CTS/RTS DTS/DTR pins.
To use the remote disk, both REMDISK and REMSERV must be running on their respective
systems and must use the same baud rate and packet or nonpacket-style transmission. After
starting both programs, you can access the new drive on the client system. You can change the
default directory to this new drive, copy files to and from the remote drive, and also run utilities
such as CHKDSK on the drive. The remote drive on the server system can be used as any other
drive on the client system.