
CARROLL TOUCH
Chapter 3 - General Programming Issues
Touch System Programmer’s Guide
3-11
Interrupt Mode
When using interrupt mode, the touch controller uses a PC hardware
interrupt to notify the application software that touch data is available in
the Data Register (Base Address). When the display is touched with
touch enabled, or an information request command is received by the
touch system, the touch system sends touch data to the Data Register.
The HBC then interrupts the host computer, indicating that data is
available in the Data Register. The application software’s interrupt
handler should perform an I/O read of the Data Register to receive a byte
of touch data from the touch system.
Resetting the HBC
The procedure to perform a hardware reset on the HBC is the same for
both interrupt and polling communication modes. To cause a hardware
reset of the touch controller, perform an I/O write to the Hardware Reset
Register (Base A 2).
Note that the value of the data byte written to the Hardware Reset
Register does not matter.
Summary of Contents for TouchSystems CarrollTouch Prog
Page 1: ...CARROLL TOUCH TOUCH PRODUCTS an company AMP Touch System Programmer s Guide ...
Page 11: ...Table of Contents CARROLL TOUCH viii ...
Page 13: ...Table of Contents CARROLL TOUCH x ...
Page 17: ...Welcome CARROLL TOUCH xiv Touch System Programmer s Guide ...
Page 41: ...Chapter 3 General Programming Issues CARROLL TOUCH 3 12 Touch System Programmer s Guide ...
Page 57: ...Chapter 4 Smart Frame Protocol CARROLL TOUCH 4 16 Touch System Programmer s Guide ...
Page 237: ...Appendix D CTKERN Function Reference CARROLL TOUCH D 42 Touch System Programmer s Guide ...