When the module is compiled, Linux kernel header is necessary.
Please install the kernel header in advance.
If you want to change the library install path to a location, such as /usr/local/lib, you should find the Makefile and change the install path in advance.
It is required to startup with root authority for install.
This driver is provided in a compressed file.
You can use the following command in shell to extract it.
The following XXX is the driver version.
Please refer "File Structure" topic if you need to know more details.
# tar xvfz czmXXX.tgz
................
# cd contec/czm
# make
................
# make install
................
Please set the device name you want to use and save the settings.
If you do not save the settings, the driver startup script will not run correctly.
Please refer "Setup Tool (configuration)" topic if you need more detail.
# cd config
# ./config
..... Setup the following.........
# ./contec_zm_start.sh
Start and stop the driver by executing contec_drv_start.sh and contec_drv_stop.sh.
If you want to start driver when the system started, please add the processing contents of start script to /etc/rc.d/rc.local.