Touch Screen


A display that can detect the touch such as finger or stylus. Touch screen are easy to use, especially when user need information quickly. Commonly used at automated teller machine (ATMs), research centers and now in mobiles.

Working

Consist of three components touch sensor, controller, and software driver.

Touch sensor:
  • A clear glass panel with touch responsive surface.
  • Sensors are placed over responsive area of the display screen.
  • Uses electrical current or signal over the surface.
  • Touching the screen causes a voltage or signal change.
  • This change is used to find location of the touch on the screen.
Controller:
  • Is a small pc card that connects between touch sensor and pc.
  • Translates information from sensor to pc.
  • Are installed inside the monitor for integrated monitors.
  • Integrated monitors have an extra cable on the back.
  • Are available in serial/com port or USB port.
Software driver:
  • Software that allows touch screen and computer to work together.
  • It specifies operating system, how to interact the touch event information.
  • Mostly mouse-emulation type driver are used.
  • Makes touching screen as mouse click event and this allows existing and new application to develop.