
TAPP is a simple Windows Console App (NOT An MS-DOS program) that will
allow you to send a message to a pager using a TAP (or IXO) interface.

TAPP takes 4 parameters:

    the COM port (i.e. COM1, COM2, COM3, etc)
    the phone number (i.e. 1-800-555-5555, or 9,555-5555 if dialing from PBX)
    the PIN number of the paging system subscriber (i.e. 1234567)
    the message to send (use double quotes " to enclose a message if it's
                         more than 1 word, i.e. "This is a test message.").

TAPP can be run in a MS-DOS window from within Windows or can be run as
an executable or shell from another Windows application.

The source code is included if you wish to modify this application.

