Elo Touch USB Devices Driver



If you have a serial touchmonitor and your computer system only has a USB port, there are two methods to solve this problem.

The drivers allow operation of the touch-screen over either USB or serial port. Some touch-screens come with both options and either one can be used, but not both. For each touch-screen, you must use one of either USB or serial connection. You can connect more than one touch-screen. Download drivers for Elo TouchSystems 2700 IntelliTouch® USB Touchmonitor Interface input devices (Windows 8.1 x64), or install DriverPack Solution software for automatic driver download and update.

The best solution is to purchase an add-in serial port card; they are offered in a range of prices and quality and can be purchased from several vendors. When purchasing an add-in serial port card, we recommend that the serial ports be true UART (Universal Asynchronous Receiver Transmitter) devices. Typically this will be denoted in the product specification as a UART 16550. Beware of products that claim UART compatible or 16550 compatible.

Another solution is to use a USB to serial converter to add serial ports to a system, but we have found that the majority of these devices do not function well with a data-intensive device such as an Elo touchmonitor. Some USB to serial converters simply do not work with Elo touchmonitors; others may work with Windows 2000 and XP but not with earlier operating systems (or vice versa). We have also found that models and availability are constantly changing. Elo does not recommend using USB to serial adaptors with its products, and cannot offer technical support if such devices are used.

When using a USB to serial converter, you must use the serial touchscreen driver; serial drivers are available on the Driver and File Downloads page.

Search term: usbpage

Unsupported Version
This article applies to an unsupported version of Ubuntu. More info...

Evdev is the current way to set up a Elo touchscreen. See this blog post for instructions: http://who-t.blogspot.fi/2012/07/elographics-touchscreen-setup.html

Ubuntu includes an Xorg xserver input driver in the package xserver-xorg-input-evtouch for Dapper, Feisty, Gutsy, Hardy, Intrepid, Jaunty, Karmic, & Maverick (for x86 and x86_64). This will work with many of the ELO touch-screen drivers, both serial and USB. evtouch seems to work much better than elographics for jaunty, karmic, & Maverick

*** EVTOUCH DRIVER HAS BEEN REMOVED FROM UBUNTU STARTING AT VERSION 11.04 ***

Install Driver

Configuration

Ubuntu 10.04 and 10.10

Do NOT edit /etc/X11/xorg.conf. All touchscreen configuration should be done by changing the appropriate .conf file in /usr/[lib/share]/X11/xorg.conf.d/. In 10.10 they changed the location of the .conf files from /usr/lib... to /usr/share...

Check your device info:

Mine looks like this:

Create a configuration file to match your device:

Ubuntu 10.10:

Ubuntu 10.04:

My Elo 2216 configuration looks like this:

You will need to adjust the screen calibration numbers (min|max)...I just played with them until it worked. As you can see, I needed the swap Y axis enabled. The MatchProduct should be something contained in the info.product section of the lshal output shown above. I believe the devicepath is rather generic, but if it doesn't work, search for input.device in this:

Good luck! - JM

Ubuntu 9.10 and earlier

Do NOT edit /etc/X11/xorg.conf. All touchscreen configuration should be done by changing the appropriate fdi file in /usr/share/hal/fdi/policy/20thirdparty/ or creating your own.

Note: It is possible to use xorg.conf but it's redundant and I had a lot of freezing issues (e.g. X would freeze every 10 minutes) until I used this method.

If you have a 2700, then you can just edit 50-elo-2700.fdi

Note: in version 0.8.8 the file 50-elo-2700.fdi has an extra </deviceinfo> at the end which you must delete or it won't work..

Otherwise run the following command to get information about your touchscreen:

To create a new fdi, run:

Then add the following lines. You can change the line <match key='info.product' contains='Elo TouchSystems'> to match the output of lshal | grep Elo but 'Elo TouchSystems' is pretty generic and should match any Elo touchscreen..

Note (on March 27th, 2010): In my case (ELO 2500u), the Y coordinates of my clicks were inverted. To fix that, replace:

Devices

by:

...End of note

The last thing you have to do is create udev rules so the the touchscreen can correctly send events.

Create the file /etc/udev/rules.d/69-touchscreen.rules and add the following lines:

That's it! You'll probably have to modify the values for minx, maxx, miny, maxy to adjust calibration. If the calibration is inverted then change swapx or swapy to 0. You'll have to log out and log back in for the changes to take effect. Or maybe restart or maybe unplug the usb cable and plug it back in..

You might be able to run the calibration utility from System -> Preferences -> Calibrate Touchscreen but I haven't had any luck..

Note: (on March 27th, 2010): If when calibrating you get the error message: 'No evtouch capable touchscreen found.' It may mean that the vendor id --above is 04e7-- or the product id --above is 0020-- are incorrect. To get the correct values do the following:

Now on the text editor look for the string 'ELO Touch'. The editor will bring you to the section where you can get the correct product id and vendor id. To give you an idea, I have an ELO 2500U and the text looks like the following in my machine, where my value for vendor id is 0x4e7 and product id is 0x7: (only the most relevant lines appear next)

...End of Note

Ubuntu includes an Xorg xserver input driver in the package xserver-xorg-input-elographics for Dapper, Feisty, Gutsy, Hardy, Intrepid and Jaunty (for x86 and x86_64). This will work with many of the ELO touch-screen drivers, both serial and USB.

  • E271-2210 and E271-2200 devices are supported. E281-2310 and compatible devices are supported with some features unavailable.

Installation

Note: Version 1.1.0-3 has a bug that is triggered when axis minimum and maximum values are inverted. Until the package is updated a patched version (1.1.0-3ubuntu1) is available from my PPA.

Elo Touch Driver Windows 7

Configuration

Edit /etc/X11/xorg.conf and add a new InputDevice section similar to this one. This example comes from a screen test on a laptop that is configured so the external graphics device is on X screen 1 (note the screenNo option) rather than the default screen 0.

Elo Touch Download Drivers 301

Note: edit the Device value (/dev/ttyUSB0) to match the input device name the touch-screen input has. In this case, the device is a serial touch-screen connected via a serial-to-USB converter.

Elo Touch Usb Devices Driver Download

  • You may have to invert the minimum and maximum X- and Y-scale values if the input values from the touch-screen are inverted. Use `man elographics' to see all the options and defaults.

Add the input device to the ServerLayout section so it looks similar to this:

Elo Touch Drivers Download

Save the file and log-out to restart the X server.

Calibration

Manual calibration is required. It is a case of repeatedly changing the minimum and maximum X and Y axis values in xorg.conf, restarting and testing. An alternative is to build and then run touchcal from a non-X terminal to determine minimum and maximum values to use in xorg.conf.

CategoryXwindowSystem