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

  1. ;Practical Peripherals 9600SA/14400FXMT
  2. ;
  3. ; last updated: 03/14/95 The University of Iowa
  4. ; by:           Feather Lacy (flacy@blue.weeg.uiowa.edu)
  5. ;
  6. ; If you make a change to this file you should change the description (the
  7. ; top line) so that the setup program can distinguish this new setup from
  8. ; the one you changed.  Be sure to rename and copy the modified file to
  9. ; the scripts directory.
  10. ;
  11. ; An explicit \r must be placed at the end of a send line if you wish to
  12. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  13. ; translation.
  14. ;
  15. ; The modem is assumed to be configured such that
  16. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  17. ;  2) Passes Break through, does not go into command mode
  18. ;  3) Must operate in reliable mode LAMP or MNP
  19. ;  4) Hardware flow control is desired, modem and eudora.ini file must match
  20. ;  5) The modem does not change the DCE speed after connect
  21. ;
  22. timeout 5
  23. ;
  24. cancelon ERROR
  25. ;
  26. send AT\r
  27. pause 1
  28. ;
  29. ; Notes:
  30. ; Factory defaults:
  31. ;         &Q5    = V.42 EC (Error Correction) operation
  32. ;                  (Requires flow control).
  33. ;         &K3    = Enable RTS/CTS Hardware local flow control
  34. ;
  35. ; Other Settings:
  36. ;         &F     = Reset to Factory Defaults
  37. ;         &L0    = Lowest volume setting
  38. ;         &C1    = Track actual state of remote modem's carrier
  39. ;         &D2    = Hang up, disable auto-answer, return to command mode
  40. ;                  on DTR.
  41. ;
  42. send AT&FL0&C1&D2\r
  43. waitfor OK
  44. ;
  45. set FlowControl=Hardware
  46. ;
  47.