home *** CD-ROM | disk | FTP | other *** search
/ ftp.qualcomm.com / 2014.06.ftp.qualcomm.com.tar / ftp.qualcomm.com / eudora / eudorapro / windows / extras / dialup / default.mod < prev    next >
Text File  |  1997-03-26  |  2KB  |  68 lines

  1. ;Default:Hayes (unreliable transfers)
  2. ;
  3. ; If you make a change to this file you should change the description (the
  4. ; top line) so that the setup program can distinguish this new setup from
  5. ; the one you changed.  Be sure to rename and copy the modified file to
  6. ; the scripts directory.
  7. ;
  8. ; An explicit \r must be placed at the end of a send line if you wish to
  9. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  10. ; translation.
  11. ;
  12. timeout 5
  13. ;
  14. ; Remove this line if you are modifying this file and are using a modem
  15. ; which has a line speed higher than 2400 baud.  
  16. set BaudRate=2400
  17. ;
  18. cancelon ERROR
  19. ;
  20. send AT\r
  21. pause 1
  22. ;
  23. ; Configuration for a generic Hayes modem
  24. ;   &F    - Restore factory defaults
  25. ;   V1    - Verbose responses
  26. ;   X4    - Most verbose/informative responses (for a typical modem)
  27. ;   &C1   - Raise DCD only when carrier is present
  28. ;   S7=60 - modem hangs up after 60 seconds if carrier is not established
  29. ;
  30. send AT &FV1X4&C1&D2S7=60\r
  31. waitfor OK
  32. ;
  33. ;   A detailed discussion of how to setup a modem configuration file can be
  34. ;   found in Appendix E of the Eudora manual.
  35. ;
  36. ;   1.    Enter the command that configures your modem to respond to DTR.
  37. ;
  38. ;   EXAMPLE:  send AT &D2\r
  39. ;
  40. ;
  41. ;   2.    Enter the command that configures your modem for reliable operation
  42. ;    (MNP4 or V.42).
  43. ;
  44. ;   EXAMPLE:  send AT \\N2\r
  45. ;
  46. ;
  47. ;   3.    Enter the command that supports hardware flow control (strongly
  48. ;       recommended.
  49. ;
  50. ;   EXAMPLE:  send AT *FL\r
  51. ;
  52. ;
  53. ;   4.    If you have set your modem to support hardware flow control (as
  54. ;    described in step 3), change the following command that sets the
  55. ;    Eudora FlowControl variable to Hardware.  This command overrides
  56. ;    the FlowControl value in the [Dialup] section of the EUDORA.INI
  57. ;    file (this feature is only available in version 2.0.2 or later).  
  58. ;    This setting must match step 3 or you will lose data and corrupt
  59. ;    mail messages.
  60. ;
  61. set FlowControl=Software
  62. ; set FlowControl=Hardware
  63. ;
  64. ;   5.    Enter the command that fixes (freezes) the modem baud rate.
  65. ;
  66. ;   EXAMPLE:  send AT \\J0\r
  67. ;
  68.