ADSM-L

Re: Re[2]: pager-email

1997-09-08 09:44:37
Subject: Re: Re[2]: pager-email
From: Jason Carroll <ccjasonc AT SHOWME.MISSOURI DOT EDU>
Date: Mon, 8 Sep 1997 08:44:37 -0500
On Fri, 5 Sep 1997, Kenneth Bradberry wrote:

>      could you forward that init string?  It would be a great help!!


This is what I use for a Supra Modem (it worked with both a 33.6 and an
older 14.4 model) connection to our pager service that uses the TAP
protocol.  If you have a different modem, you will probably have to change
the init string to get it to work.  I spent several hours getting it just
right, but the testpet program that comes with sendpage is a great help in
debugging things.

From sendpage.h:

/* The following works SupraExpress 33.6 */
/* &F Set modem to factory defaults*/
/* E Modem does not echo command strings */
/* V0 Sets return codes to be numeric */
/* S37=5 Sets Baud to 1200 when used with N0 */
/* N0 Allows Baud to be set */
/* \N1 Turns off all error correction */
/* &K0 Turns off Flow Control*/
/* %C0 Disables Data compression*/

#define MODEM_INIT "AT&FE0V0S37=1N0\\N1&K0%C0" /* Supra */

If you have any other questions let me know, you probably should contact
me via email since this list really isn't relevant to email paging.

Jason

-- Jason Carroll                  | CC UCS Open Systems  200 Heinkel Bldg.
-- ccjasonc AT showme.missouri DOT edu   | Phone: 882-2000      Fax: 884-5240
-- ccjasonc AT showme.missouri DOT edu   | Phone: 882-2000      Fax: 884-5240
=========================================================================
<Prev in Thread] Current Thread [Next in Thread>