Unloading the driver, Linux, Unloading the driver -50 – Moxa Technologies CP-132U User Manual

Page 66: Linux -50

Advertising
background image

CP-132U Series User’s Manual

3-50

can execute applications that support API-232 functions, or start developing applications
using the API-232 library.

Unloading the Driver

To unload (release) the driver from memory, type DP-DRV/Q at the DOS prompt.

Linux

The Linux driver for MOXA’s multiport serial boards supports the following products:

z

Universal PCI Boards: CP-168U, CP-104UL, CP-104JU, CP-134U, CP-134U-I,

CP-132UL, CP-132UL-I V2(CP-132U-I V1)

z

PCI Boards: C168H/PCI, C104H/PCI, C104HS/PCI, CP-114, CP-114I, CP-114S,

CP-114IS, CP-132, CP-132I, CP-132S, CP-132IS

z

ISA Boards: C168H, C168HS, C168P, C104H, C104HS, C104P, CI-104J, CI-104JS,

CI-134, CI-134I, CI-134IS, CI-132, CI-132I, CI-132IS

z

cPCI Boards: CT-114I

The following steps use CP-168U to illustrate.

Follow the steps below to install the driver under Linux.

1. # mkdir moxa

# cd moxa
# tar xvfz mxser.tgz

2. #cd mxser

#make clean; make install

3. # cd /moxa/mxser/driver

# ./msmknod

Advertising