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

  1. ; Practical Peripherals PM2400SA MNP
  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. ;       ATB1E1L2M1Q0V1X4Y0&C1&D2&J0&P0
  8. ;       AT\A3\C1\E0\G0\J0\K5\N3\Q3\V1\X0
  9. ;       AT%C0%A0S0=0S2=43&W0
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 9600 baud
  12. ;        Data compression is DISABLED via AT%C0
  13.  
  14. Baud          9600
  15. Parity        N
  16. WordLen       8
  17. StopBits      1
  18.  
  19. XonXoff       BOTH
  20. CtsRts        BOTH
  21. MatchBaud     FALSE
  22.  
  23. ModemInitStrg ATZ^M
  24. ModemDialStrg ATDT
  25. ModemDialSufx ^M
  26. ModemHangStrg ;
  27. DTRHangup     TRUE
  28.  
  29. Connect       CONNECT,9600
  30.  
  31. NoConnect     NO_DIALTONE
  32. NoConnect     NO_CARRIER
  33. NoConnect     BUSY
  34. NoConnect     VOICE
  35.  
  36.