Interlink Electronics ePad v6.24
$Date$
© 2004/2005 Interlink Electronics, Inc.
All Rights Reserved

 

This file contains late-breaking information about the Interlink Electronics ePad product line applications and hardware.

For the latest information, please visit our web site at:

http://www.interlinkelectronics.com/

 

Information in this file is organized in the following sections:

Device Compatibility (ePad-ink)
Minimum Operating System Requirements
General Installation Instructions
Silent or unattended installation
ePad-ID Installation Instructions
Citrix ICA Client Support
Installation issues
Uninstallation
Microsoft Terminal Services Support
Server Installation
Client Installation
QuickStart Utility (rs232q.exe)
TestTCI program (STMicro SDK)
About 128-bit Encryption
Known Issues
Incompatibility with Pre-existing Wintab Installations
Windows 98, 98SE and Me (ePad-ink)
DLL Registration
ePad-ink "Disappears" Off of the USB Bus
Map Inking Area (ePad-ink)
Add New Hardware Wizard Asks For Disk Or Files (ePad-ID)
Digital Signature Warning When Installing Fingerprint Sensor Driver (ePad-ID)
bioAPI Installation (ePad-ID)
CIC-EX with Serial ePad
CIC-EX + Acrobat
RS232 Device Contention
RS232 "Auto-Scan"
Shutting Down Windows While QuickStart is Running
Contact Information

 

 

Device Compatibility (ePad-ink)

This version of PC software requires firmware >= 0.98.

FontDemo is supplied in the installation directory and demonstrates how to use the supplied graphics library directly and indirectly using GDI functions.

 

Minimum Operating System Requirements

 

General Installation Instructions

First make sure there is no other wintab driver installed. This driver will detect wintab32.dll file and stop the installation.

If you have an older version of ePad driver installed, please uninstall it before you install this driver.

To remove an older version of ePad software from your system:

  1. Click the Windows Start button. Then choose Settings --> Control Panel.
  2. In the Control Panel window, double-click on the Add/Remove Programs icon.
  3. In the dialog box that appears, choose the ePad driver option.
  4. Click on the Add/Remove... button and follow the prompts to remove the driver.
  5. Shut down your computer and disconnect your ePad.

To install this ePad System Software, insert the setup CD into your computer's CD-ROM drive and follow the instructions to complete the installation of the ePad software. If the autorun does not automatically start, run setup.exe from the CD-ROM.

 

Silent or unattended installation

Installation can be automated by using response files. To generate a response file, run setup.exe on a typical target machine as follows:

setup /r /f1"response.in"

Configure the installation as you want all targets to be configured. When setup completes successfully it will leave the file "response.in" on your hard-drive.

To run this using the response file (thus avoiding manual input to the setup program), issue the following command on additional client machines (this assumes you've copied setup.exe and the generated response.in file to the client):

setup /s /f1"response.in"

 

ePad-ID Installation Instructions

Please follow these steps to install ePad-ID. The order is important!
  1. Follow the steps in the General Installation Instructions section above.
  2. Plug the ePad-ID hardware into an available USB port. This will install two of the drivers needed: the USB hub and the signature pad. Depending on your operating system, you may have to click Next/Finish a few times. Please see the Known Issues section if the Add New Hardware Wizard asks for an operating system disk.
  3. The fingerprint device driver will be installed after the fingerprint device is enabled.

 

Citrix ICA Client Support

Citrix ICA client support is provided for the following ePad products:

NOTE: Citrix ICA client support is not available for ePad-ID.

 

Installation issues

When the Citrix ICA Client feature is selected in the installer, every effort is made to locate the module.ini file. This file is a by-product of the Citrix ICA client installation. The module.ini file is a text file, which can be edited via Notepad (or similar text editor). Like all INI files, module.ini contains sections and identifiers.

If the Installer cannot find the module.ini file, then the instructions contained in the remainder of this section can be used to manually configure the module.ini file for ePad support.

ePad Provider names, filenames and section names

Citrix ICA client support is provided for the following ePad products by using the filenames designated:

Provider Name Section Name File Name
ePad RS-232 ePadRS232 rs232u.dll
ePad USB ePadUSB epadusb.dll
ePad-ink USB ePadInk iewedgeu.dll
Manual installation of ePad support for Citrix ICA client support

In order to install Citrix ICA client support, one must know the folder where the Citrix ICA client is installed. This folder will be referred to as the "Citrix-folder" in the following discussion. One must also know which ePad products are to be installed.

The first step is to copy the appropriate provider files to the Citrix-folder. The ePad Provider file is simply copied to the Citrix-folder using Windows Explorer or a similar tool.

The second step is to update the module.ini file; for this step, some definitions are noteworthy. Within an INI file, a section name is a tag enclosed in brackets, like this: [VirtualDriver]. An identifier is a name followed by an equal sign; the text to the right of an equal sign is the value (in the line, Driver=test, "Driver" is the identifier and "test" is the value).

The module.ini file resides in the Citrix-folder. There should already be a section named "ICA 3.0"; Within this section is an identifier named "VirtualDriver". The value field must be modified to contain a comma-separated list of ePad provider names. Use the section names introduced previously for values:

As an example, if both ePad USB and ePad RS-232 are to be installed, then the text ",ePadRS232,ePadUSB" would be appended to the end of the value for the VirtualDriver identifier.

Next, add an "empty" identifier for each provider in the existing [VirtualDriver] section. Using the above example, the new identifiers would look like this:

[VirtualDriver]
.
.
.
ePadRS232 =
ePadUSB =

The final step is to add sections and values for each of the ePad providers to be installed. There should be a one-to-one correspondence for each item added to the value for the VirtualDriver identifier in the "ICA 3.0" section. Using the preceding example, both "ePadRS232" and "ePadUSB" must be added as sections.

The sections to be added may be simply appended to the end of the file. There are two identifiers to be added to each section, "DriverName" and "DriverNameWin32", both of which have as values the corresponding filenames.

Again, using the example above, the following sections and identifier/value name pairs would appear in module.ini:

[ePadRS232]
  DriverName           = rs232u.DLL
  DriverNameWin32      = rs232u.DLL
[ePadUSB]
  DriverName           = epadusb.DLL
  DriverNameWin32      = epadusb.DLL

The liberal use of spaces can be included to improve overall readability, but their use is strictly optional.

 

Uninstallation

To manually uninstall the Citrix ICA Client feature, simply remove the entries made in the module.ini file during the installation process. Then remove the ePad support files from the Citrix-folder.

 

Microsoft Terminal Services Support

Automatic installation is available in the installer. In the event you wish to manually enable support for Terminal Services, the following procedures can be used:

Server Installation

  1. Install ePad-ink Software
  2. Create the following registry folder:

    HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\ePad-ink

  3. Create the following keys / values within this new folder:

    (type,keyValue,value)
    REG_SZ,Name,iewedgeu.dll
    REG_DWORD,Type,0x03

Client Installation

  1. Install ePad-ink Software
  2. Create the following registry folder:

    HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\AddIns\ePad-ink

  3. Create the following keys / values within this new folder:

    (type,keyValue,value)
    REG_SZ,Name,iewedgeu.dll

Note that in both examples above you should use the fully qualified path to the iewedgeu.dll file.

 

QuickStart Utility (rs232q.exe)

Utility application used to load and keep a reference to Wintab so that in the case of RS232 the port is held open by our software.

Usage:
rs232q [/start=foo [/delay=nSeconds]] | [/release | /resume | /kill]
 
Examples:
Launch and hold in sys-tray:
rs232q
 
Release lock on wintab:
rs232q /release
 
Resume lock on wintab:
rs232q /resume
 
Kill process:
rs232q /kill
 
Launch and optionally start anther program after 10 seconds:
rs232q /start=cmd.exe /delay=10

 

TestTCI Program (STMicro SDK)

This program is designed to perform most of the functions that can be performed with the ePad-ID device. Prior to its use however, the unit must be powered on via the ePad-ID Test Utility. To perform this power on function, run the test utility and execute the 'tfp' option (Toggle FP power). The test utility will respond with FP power is ON (or OFF) respectively.

 

About 128-bit Encryption

The Microsoft Enhanced Cryptographic Provider supports the same capabilities as the Microsoft Base Cryptographic Provider, but provides for stronger security through longer keys and additional algorithms. The Enhanced provider is installed on your machine when you apply the Internet Explorer 128-bit security patch available from http://www.microsoft.com/windows/ie/downloads/recommended/128bit/default.asp.

 

Known Issues

 

Contact Information

Questions concerning this product should be addressed to Interlink Electronics Technical Support at:
Phone:..............................805-484-1331
Toll free in the US:................800-340-1331
Fax:................................805-484-5997
Email:..............................psupport@interlinkelec.com
Technical support hours:............8:00 AM to 5:00 PM US Pacific Time

Corporate Headquarters:
Interlink Electronics
546 Flynn Road
Camarillo, CA 93012 USA
Phone:..............................805-484-1356
Fax:................................805-484-8989

Japan Office:
Interlink Electronics KK
2-5-12 Higashi-Kanda
Chiyoda-Ku Tokyo, 101 Japan
Phone:..............................+81-3-3863-6493
Fax:................................+81-3-3863-6442

----------------------------------------------------------------------
Interlink Electronics acknowledges all tradenames and trademarks used
in this document as the property of their respective owners.