Bundled Software
6-5
PL-5700 Series User’s Manual
Functions
PLATPH.EXE calls up functions using a software interrupt (default: INT 59h).
For information on functions in the PL-386 compatibility mode, see pages 6-7 to 6-10.
INT 59h Function List
Function code
Description
8100h
Touch panel input (unrestricted wait)
8101h
Touch panel input (???auto restore???)
8102h
Touch panel non-destructive input
0200h
Input buffer clear
8500h
Touch panel status detection
FE00h
Reside check
8100h
Touch panel input (unrestricted wait)
Returns coordinates of the area/position touched. Waits until data is input.
Input
AX = 8100h
Output
AH = 0: Successfully completed
BX = Y coordinate in 640 x 480 mode (-40 - 519)
DX = X coordinate in 640 x 480 mode (0 - 639)
CX
=
Number of valid input buffers on touch panel
8101h
Touch panel input (immediate restore)
Returns coordinates of the area/position touched. Immediately restored if nothing is en-
tered.
Input
AX = 8101h
Output
AH = 0: Input ON
1: Input OFF
BX = Y coordinate in 640 x 480 mode (-40 - 519)
DX = X coordinate in 640 x 480 mode (0 - 639)
CX = Number of valid input buffers on analog touch panel
8102h
Touch panel non-destructive input
Returns coordinates of the area/position touched. Does not update the touch panel input
buffer.
Input
AX = 8102h
Output
AH = 0: Input on
1: Input off
BX = Y coordinate in 640 x 480 mode (-40 - 519)
DX = X coordinate in 640 x 480 mode (0 - 639)
CX = Number of valid input buffers on analog touch panel