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

  1. ;ATI 2400 ETC MNP & V.42
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. ; An explicit \r must be placed at the end of a send line if you wish to
  7. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  8. ; translation.
  9. ;
  10. ; The modem is assumed to be configured such that
  11. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  12. ;  2) Must operate in reliable mode LAMP or MNP
  13. ;  3) Hardware flow control is desired, modem and eudora.ini file must match
  14. ;  4) The modem does not change the DCE speed after connect
  15. ;
  16. timeout 5
  17. ;
  18. cancelon ERROR
  19. ;
  20. send AT\r
  21. pause 1
  22. ;
  23. ;    Hardware flow           -&K3
  24. ;    Compression Enable      -&U1
  25. ;    V.42 error control mode -&Q6
  26. ;     Enable data buffer      -&O1
  27. ;    Enable fallback control -&N1
  28. ;    V.42 error correction   -&F2
  29. ;     All above codes enables when AT&F2 sent
  30. ;     not necessary to resend
  31. ;
  32. send AT&F2S7=60\r
  33. waitfor OK
  34. ;
  35. set FlowControl=Hardware
  36. ;
  37.