Interlink Electronics ePad v8.10
$Date: 2009-01-30 12:59:08 -0800 (Fri, 30 Jan 2009) $
© 2009 Interlink Electronics, Inc.
All Rights Reserved

 

This file contains instructions and known issues related to the Interlink Electronics ePad product line applications and hardware.

For the latest information, please refer to the file 'errata.txt' on your installation CD and/or visit our web site at:

http://www.epadlink.com/

 

Information in this file is organized in the following sections:

Wintab Support
Device Compatibility (ePad-ink)
Minimum Operating System Requirements
Upgrading From a Previous Version
General Installation Instructions
Silent or Unattended Installation
ePad-i.d. Installation Instructions
Citrix ICA Client Support
Installation Issues
Uninstallation
Microsoft Terminal Services Support
Server Installation
Client Installation
Installation on Wyse XP Embedded Terminals
Map Inking Region Only (ePad-ink)
Known Issues
ePad-ink "Disappears" Off Of the USB Bus
ePad-ink Display May Not Clear When the Computer Is Shut Down or Restarted
ePad-ink May Fail to Open on Some Computers
ePad-ink Compatibility Mode
Light Pen Pressure on ePad-i.d. Causes Sporadic Drawing
CIC-EX + Acrobat
Cannot Set Screensaver Option During Initialization (ePad-ink)
RS232 Device Contention
RS232 "Auto-Scan" / Performance
Compaq Boot Issue (ePad Pro/ePad LS)
Inking Width (ePad LS)
Clear Ink Command (ePad LS)
Error Description Clarification (ePad LS)
Restoring Factory Default Background Image (ePad LS)
Text Window Formatting Tags (ePad LS)
ePad Demo Builder Text File Size Limitation (ePad LS)
Long Term Use Without Rebooting May Create Memory Leak Condition In Host PC (ePad XL)
ePad XL demos require IntegriSign Desktop
Contact Information

 

 

Wintab Support

Wintab / Wintab emulation is no longer supported.

 

Device Compatibility (ePad-ink)

This version of PC software requires firmware >= 0.98.

 

Minimum Operating System Requirements

 

Upgrading From a Previous Version

If you have a previous version of software installed for any Interlink ePad, you must uninstall the previous version before installing this version.

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

  1. Click the Windows Start button. Then, do one of the following (dependent on system settings):
    • choose Settings --> Control Panel (classic start menu)
    • choose Control Panel (XP style start menu)
  2. In the Control Panel window, double-click on the Add/Remove Programs icon.
  3. In the dialog box that appears, choose the package for the currently installed ePad software.
  4. Click on the Change/Remove button and follow the prompts to remove the software.
  5. Shut down your computer and disconnect your ePad.

 

General Installation Instructions

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:

** These commands should be typed into a command prompt window or the Windows Run dialog (accessible by clicking Start --> Run). Replace <full_path_to_setup> with the fully qualified path and file name where setup.exe is located (ie: d:\setup.exe). Replace <full_path_to_response_file> with the fully qualified path and file name where the response file is to be created/read from (ie: c:\response.in).

<full_path_to_setup> /r /f1"<full_path_to_response_file>"

Configure the installation as you want all targets to be configured. When setup completes successfully it will create the response file at the location specified.

To run the installer silently, issue the following command on the client machine(s) (this assumes you've copied setup.exe and the generated response file to the client):

<full_path_to_setup> /s /f1"<full_path_to_response_file>"

 

ePad-i.d. Installation Instructions

Please follow these steps to install ePad-i.d.. The order is important!
  1. Follow the steps in the General Installation Instructions section above.
  2. Plug the ePad-i.d. 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.
  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-i.d. or ePad-i.d. Pro.

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, section names, and file names

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

Provider Name Section Name File Name
ePad RS-232 ePadRS232 rs232u.dll
ePad USB ePadUSB ieusbioc.dll
ePad-ink USB ePadInk ieusbioc.dll
ePad II USB ePadII ieusbioc.dll
ePad-ink Pro ePad-inkPro ieusbioc.dll
ePad LS ePadLS ieusbioc.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           = ieusbioc.DLL
  DriverNameWin32      = ieusbioc.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:

ePad provider names, folder names, and file names

Terminal Services may be manually configured for the following ePad products by using the file names designated:

Provider Name Folder Name File Name
ePad RS-232 ePadRS232 rs232u.dll
ePad USB ePadUSB ieusbioc.dll
ePad-ink USB ePadInk ieusbioc.dll
ePad II USB ePadII ieusbioc.dll
ePad-ink Pro ePadInkPro ieusbioc.dll
ePad LS ePadLS ieusbioc.dll

Server Installation

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

    HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\<Folder Name>

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

    (type,keyValue,value)
    REG_SZ,Name,<File Name>
    REG_DWORD,Type,0x03

Client Installation

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

    HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\AddIns\<Folder Name>

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

    (type,keyValue,value)
    REG_SZ,Name,<File Name>

Note that in both examples above you should use the fully qualified path to the file designated by <File Name>.

 

Installation on Wyse XP Embedded Terminals

When installing the ePad software onto an XPe terminal, the following guidelines must be followed:

During installation, select the Custom setup. Select the appropriate ePad devices as well as MS Terminal Services and/or Citrix client options as necessary.

 

Map Inking Region Only (ePad-ink)

This option will result in data only being reported within the specified inking region of the device. The data is rescaled so that unity is within this region. Note that no data reports will occur outside this region when this option is enabled.

 

Known Issues

 

Contact Information

Questions concerning this product should be addressed to Interlink Electronics Technical Support at:
Phone:..............................800-340-1331
Fax:................................805-484-8380
Email:..............................psupport@interlinkelec.com
FAQ's and Live Chat:................http://www.interlinkelectronics.com/support/
Technical support hours:............7:00 AM to 5:00 PM US Pacific Time

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

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