HP3000-L Archives

June 1998, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Legault, Raymond D" <[log in to unmask]>
Reply To:
Legault, Raymond D
Date:
Tue, 23 Jun 1998 05:49:41 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (88 lines)
help digipage
USER DEFINED COMMAND FILE:  DIGIPAGE.CMDFILE.SYS

parm pagernum=" ", code=" ",DELAY=7,P1=" "
COMMENT &1 NEED TO PAGE SOMEONE
file dpconfig=digipage.data.sys
run digipage.UTIL.SYS;info="!pagernum !delay !code"
reset dpconfig
setvar paged true


  FILE digipage.data, Recsize = -72 Eof = 5
960          << baud >>
2101         << ldev >>
ATV0E0L3S0=0S7=1        <<modem setup >>
ATDT9,                  <<modem dial prefix >>
3                       << ignored in this version >>
                        << remove these >>

******************
   DigiPage - Access a Hayes SmartModem from a modem port and use
                 AT commands to dial pager and display a code.

------------------------------------------------------------------------
-
   Usage:
            RUN DIGIPAGE;INFO="pager_number delay_factor display_code"
      Or:   RUN DIGIPAGE;INFO="filename"

------------------------------------------------------------------------
-
    Parameters:
      pager_number = 12 ASCII characters (0-9) indicating the
                     access number of the pager to be called.
      delay_factor = Integer (1-9) indicating the amount of time to
                     pause before sending the display code to the pager.
      display_code = 10 ASCII characters (0-9) indicating the
                     code to be displayed on the pager.
      Note: The above info string parameters must be seperated by
spaces.


      filename     = Fully qualified name of 72 byte ASCII file
containing
                     1 DigiPage info string per record.

------------------------------------------------------------------------
-
   Function:
      DigiPage opens a modem/terminal ldev and puts it in a mode that
will
      allow strings of ACSII characters to be sent out the port and
accepted
      by a Hayes compatable modem. Once this is done a command is sent
to the
      modem that disables the character echo during command mode and
changes
      the command result codes to numeric (followed by a CR). The FREAD
read
      trigger for the modem port is changed to a CR thus allowing
DigiPage to
      send commands and receive the result code. This protocol is used
to
      program the modem to call the pager phone number specified, pause
a few
      seconds, then continue dialing with the display code specified.
This
      continuation of the modem dial command is picked up by the pager
      service (if the delay factor is correct) as if someone had
manually
      entered the code to display.

------------------------------------------------------------------------
-
> ----------
> From:         ROGER SMITH[SMTP:[log in to unmask]]
> Sent:         Monday, June 22, 1998 5:17 AM
> Subject:      Help with DIGIPAGE
>
> I am trying to get Digipage working on our HP3000.  When I run it, I
> get
> a END OF FILE  (FSERR 0) and a **** PROCESS QUIT; PARAM = -26 message.
>
> All helpful hints are appreciated.
>
> Roger                           [log in to unmask]
>

ATOM RSS1 RSS2