PDA Touchscreen Down, Move, Up program.

pdablue

Active Member
Licensed User
Longtime User
Hi,

This program allows you to use the PDA Stylus to activate the
touchscreen events: Down, Move and UP. The program allows you
to open a Bluetooth serial port connection with an external Bluetooth
module. When the program reconizes an event (Down, Move or UP)
an ASCII character is transmitted out the wireless serial port
connection to the external Bluetooth module.

I am currently using the BlueSmiRF Bluetooth module to test this program.

When a Down event is recognized the ASCII character "D" is transmitted.
When a Move event is recognized the ASCII character "M" is transmitted.
When a UP event is recognized the ASCII character "U" is transmitted.

I named the program "Mouse" because the PDA touchscreen acts, in some
ways, like a desktop computers mouse input device.

The file "Mousejpg.JPG" is a screenshot picture of the program.
The file "Mouse.sbp" is the Basic4ppc source file for the program.
The file "mousezip.zip" is the zipped up ARMV4 (.CAB) installation file.
 

Attachments

  • Mousejpg.JPG
    Mousejpg.JPG
    26 KB · Views: 246
  • Mouse.sbp
    5.4 KB · Views: 248
  • mousezip.zip
    78.1 KB · Views: 198
Last edited:
Top