Jump to detailed instructions:
Windows XP
Windows 2000
Windows Me
Windows 98
Windows 95
Windows NT
Linux
The driver/library installation procedure is very similar on all versions
of Windows except Windows NT (see below). The driver is installed
using the "Add Hardware" option of the Control Panel. Since there is
no hardware that will be detected automatically by Windows, the Portal
driver will need to be installed by manually selecting a driver, using
the "Have Disk" button to point Windows to the "win\driver" directory.
More detailed instructions are available below:
The Linux version of the Portal API uses the device file /dev/port to perform
port I/O and communicate with the I/O cards. Therefore, no driver installation
is necessary. The only thing you must do is ensure that your applications are
executed with root-level privileges. This is due to the fact that port I/O
is a privileged operation and is not available to non-root users. Other than
that, just be sure to link your program with wecrd.a as described in the
programming language help page.
Copyright 2004 Winford Engineering.Windows XP
Windows 2000
Windows Me
Windows 98
Windows 95
Windows NT
Removal
On all Windows operating systems except Windows NT, the driver is displayed in the
system Device Manager / Device Tree (along with your Serial Ports, Sound Cards, etc.).
The driver will be shown under the category of "Winford Engineering I/O Devices".
The driver can be uninstalled right from the device tree, typically by selecting
the driver and hitting the
Delete key or by right-clicking and selecting Uninstall. On Windows NT, use the
NTuninstall.exe program in the "win\driver" directory to uninstall the driver service.
Linux