User manual
DESCRIPTION Page 22 | 41
Operating guide for Alarm Receiver DECRYPTA
3
MCDI Security Products Inc.. Internet: mcdi.com
7055 Jean-Bourdon Avenue, Montreal, QC, Canada H4K 1G7 Telephone: +514-481-1067 Fax: +514-481-1487
Software tool WINCOM (Windows 95SE, 98, ME, 2000, XP)
Use WINCOM utility to test communication
between computer and DECRYPTA
3
.
- Double click on WINCOM icon to start
the application.
- Click on SETTINGS to choose COM
port ( do not change other parameters )
that your DECRYPTA
3
is
connected to then click OK.
- Click on OPEN to start monitoring
selected port. If DECRYPTA
3
is properly installed and configured you
will see some signals.
- Click on ENABLE ACK to acknowledge
- all incoming signals.
DOS
Due to the nature of USB port, no drivers are provided for DOS
LINUX DRIVERS
USB drivers for supporting DECRYPTA
3
are included in Linux mainstream kernel versions.
Creating nodes for DECRYPTA
3
:
If your Linux distribution is using devfs you can skip this step.
Create nodes by doing: mknode /dev/ttyUSB0 c 188 0
mknode /dev/ttyUSB1 c 188 1
mknode /dev/ttyUSB2 c 188 2
To check if you already have the driver enabled, plug the DECRYPTA
3
into the USB port
and do the following: cat /dev/ttyUSB0
if the following appears: cat: /dev/ttyUSB0: No such file or directory
you DON'T have a loaded module.
Loading a module:
do the following: modprobe ftdi_sio
if no error messages were displayed, check if the driver was properly enabled as outlined before. If there was some errors, it
means that you will have to rebuild the drivers.
Rebuilding drivers:
cd /usr/src/linux if the directory does not exist, install kernel sources from your distribution CD. Contact your Linux vendor for
further support.
make menuconfig. If any error occurs try to reinstall the kernel sources.