Elotouch Touchscreen

I have recently purchased an Advantech PC with an Elotouch restitive
touchscreen ( i do not know the controller model number and neither does
advantech tech support, they must ask advantech in taiwan for this
information). Anyhow, at first we tried to use the intellitch protocol
without any success (could not get acalib to work). After conferring
with Elotouch, we tried the smartset protocol and got it to work (acalib
worked perfectly). However, when trying to use the touch screen, we
found a couple of problems:

1)At the top of the screen, we found that the function was normal, but
as we moved down in a straight line, the cursor jumped ahead of the
touchpoint in the -y direction at a certain point and as we continued to
proceed farther, the offset became greater. Moving in the horizontal
direction posed no problems.

  1. In a vertical band about 1 inch from the left corner of the screen,
    the cursor becomes offset 2 inches in the +x direction and exhibits the
    same problems seen in item 1 above.

Any responses are greatly appreciated! Thank You.

Dan Szymanski

Previously, Daniel A. Szymanski wrote in qdn.public.qnx4.photon:

I have recently purchased an Advantech PC with an Elotouch restitive
touchscreen ( i do not know the controller model number and neither does
advantech tech support, they must ask advantech in taiwan for this
information). Anyhow, at first we tried to use the intellitch protocol
without any success (could not get acalib to work). After conferring
with Elotouch, we tried the smartset protocol and got it to work (acalib
worked perfectly). However, when trying to use the touch screen, we
found a couple of problems:

1)At the top of the screen, we found that the function was normal, but
as we moved down in a straight line, the cursor jumped ahead of the
touchpoint in the -y direction at a certain point and as we continued to
proceed farther, the offset became greater. Moving in the horizontal
direction posed no problems.

  1. In a vertical band about 1 inch from the left corner of the screen,
    the cursor becomes offset 2 inches in the +x direction and exhibits the
    same problems seen in item 1 above.

Any responses are greatly appreciated! Thank You.

I have seen exactly that problem at the beginning of this year. In the end
i got a beta Input and calib from QSSL which worked OK. I don’t know wether
that fix made it into a released version.

Horst


Dan Szymanski

Hi Daniel,

i had a similar problem with an elotouch.
Our problem was, that the serial input
translates a carriage-return (13) to a newline (10).
This can be prevented with ‘stty -nl < /dev/ser1’,
if the touch is connected with serial line 1.
In our case, this works fine.

Sebastian

Sebastian Albrecht wrote:

Hi Daniel,

i had a similar problem with an elotouch.
Our problem was, that the serial input
translates a carriage-return (13) to a newline (10).
This can be prevented with ‘stty -nl < /dev/ser1’,
if the touch is connected with serial line 1.
In our case, this works fine.

Sebastian

Sebastian,

Thank you ever so much for your response. This fixed my problem also.

Dan Szymanski

Hi Sebastian,

Thanks for the tip, this has been added to our Knowledge Base.


Sebastian Albrecht <salbrecht@simotec.com> wrote:


Hi Daniel,

i had a similar problem with an elotouch.
Our problem was, that the serial input
translates a carriage-return (13) to a newline (10).
This can be prevented with ‘stty -nl < /dev/ser1’,
if the touch is connected with serial line 1.
In our case, this works fine.

Sebastian