home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / os2 / te2_120.arj / MODEMS.ZIP / EverFax.inc < prev    next >
Encoding:
Text File  |  1992-06-14  |  618 b   |  33 lines

  1. ; Everex EverFax 24/96
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       AT&T5\J0\N3\V1\X1%C1\Q3&W
  9. ;
  10.  
  11. Baud          9600
  12. Parity        N
  13. WordLen       8
  14. StopBits      1
  15.  
  16. XonXoff       BOTH
  17. CtsRts        BOTH
  18. MatchBaud     FALSE
  19.  
  20. ModemInitStrg AT^M
  21. ModemDialStrg ATDT
  22. ModemDialSufx ^M
  23. ModemHangStrg ;
  24. DTRHangup     TRUE
  25.  
  26. Connect       CONNECT,9600
  27.  
  28. NoConnect     NO_DIAL_TONE
  29. NoConnect     NO_CARRIER
  30. NoConnect     BUSY
  31. NoConnect     NO_ANSWER
  32.  
  33.