home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QD.ZIP / V42BIS.MDM < prev    next >
Encoding:
Text File  |  1991-10-06  |  2.5 KB  |  48 lines

  1. # *--------------------------------------------------------------------*
  2. # *        Zoom Modem 2400 V42.bis with smart options enabled          *
  3. # *--------------------------------------------------------------------*
  4.  
  5. # *--------------------------------------------------------------------*
  6. # *     The Zoom is only a 2400 bps modem but we can talk to it at     *
  7. # *     9600 bps; this improves data transfer if data compression is   *
  8. # *     enabled, and commands are transmitted faster                   *
  9. # *--------------------------------------------------------------------*
  10. InSpeed=9600
  11. Device=COM1
  12. ModemTimeout=3
  13. Answer=CONNECT
  14.  
  15. # *--------------------------------------------------------------------*
  16. # *     Note that auto-answer is enabled by the following string       *
  17. # *--------------------------------------------------------------------*
  18. Ring="" \p\r\pATS0=1 OK-\pATS0=1-OK "" RING
  19. AnswerTimeout=20
  20.  
  21. # *--------------------------------------------------------------------*
  22. # *   Outward dialing options; you may also need to up the value       *
  23. # *   in S7 to control the internal modem timeout.                     *
  24. # *--------------------------------------------------------------------*
  25. Connect=CONNECT
  26. DialPrefix=\pATDT
  27. DialTimeout=41
  28.  
  29. # *--------------------------------------------------------------------*
  30. # *   Because we enable auto-answer, we disable it here when the       *
  31. # *   modem is reset                                                   *
  32. # *--------------------------------------------------------------------*
  33. Hangup="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK
  34.  
  35. # *--------------------------------------------------------------------*
  36. # *   We turn on ALL the neat options we can find when we              *
  37. # *   initialize one thing we do is to make the modem report it's      *
  38. # *   modem<-->computer at connect, so we can use autobauding          *
  39. # *   (nofixedspeed).                                                  *
  40. # *                                                                    *
  41. # *   Note:  We disable flow control on the basis UUCP "g"             *
  42. # *   protocol will pace the line for us.  This is not always          *
  43. # *   true, but I don't trust UUPC/extended hardware flow control,     *
  44. # *   which what we should use.                                        *
  45. # *--------------------------------------------------------------------*
  46. Initialize="" \r\pATZ OK-ATZ-OK-\d\d+++\d\dATHZ-OK \pATEM&D2&S0=0X4&Q5%C1\\N3&KW1S36=5 OK
  47. Options=nofixedspeed
  48.