Specifications

Chapter 2 Firmware Commands 63
Response: <SOH>0<CR> Positive response.
If the controller is in Format Decimal or Format Hexadecimal mode
and you receive a positive response to Mode Status, touching the
screen causes the controller to return the following response:
<Status>Xxx,Yyy<CR>
where:
<Status> = Defines how the X, Y coordinates are generated, where:
^Y (Hex 19) is a touchdown (first position of finger on
the screen).
^\ (Hex 1C) is a continued touch (position of finger
remains on the screen).
^R (Hex 18) is a touch liftoff (last position of finger on
the screen).
X
xx = X (horizontal) coordinate data. Total of 3 bytes.
, = ASCII comma that separates the X and Y coordinate
data.
Yyy = Y (vertical) coordinate data. Total of 3 bytes.
<CR> = Terminator (Hex 0D).