User`s manual
CA Series User’s Manual Software Installation
3-52
6. After the driver is removed, click OK to close the window.
Linux
1. Execute the following commands from the Linux prompt:
#mount /dev/cdrom /mnt/cdrom
#cd /
#mkdir moxa
#cd moxa
#cp /mnt/cdrom/<driver directory>/mxpcdrv.tgz .
#tar xvfz mxpcdrv.tgz
2. #cd mxpcdrv
# make clean; make install
3. #cd /moxa/mxpcdrv/driver
#./mpmknod
4. Install the module driver using the hardware settings that you selected. For example, for an I/O
address of 0x180, an INT vector of 0x1C0, and an IRQ of 10, execute the following
command:
#modprobe mxpcdrv ioaddr=0x180 iovect=0x1C0 irq=10
5. You can use the Moxa diagnostic utility to verify the driver’s status:
#cd /moxa/mxpcdrv/utility/diag
#./msdiag
6. You can use the Moxa terminal utility to test the TTY ports:
#cd /moxa/mxpcdrv/utility/term
#./msterm
DOS
MOXA DOS API-232 is a software package that can help you develop or debug serial
communications programs. This section will explain how to install the package, set up the driver,
and load or unload the driver. For additional information about the API-232 library and utilities,
please refer to Chapter 4.
The DOS drivers support the CA-104, CA-104-T, CA-132, CA-132-T, CA-132I, and CA-132I-T.
The CA-108, CA-114, and CA-134I models are not supported under DOS.
In the following instructions, the CA-104 is used as an example.
Installing the Driver
Run the installation program, DOSINST.EXE, in the DOS folder. Specify the target directory for
the API-232 files (e.g., C:\MOXA). Press F2 to start the installation.