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

  1. ;Best Data Products 14,400 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. ;    AT&V to view cuurrent register settings
  23. ;    Hardware flow - &K4
  24. ;    DTR handling  - &D2
  25. ;    Switch to Reliable Mode   - \Y
  26. ;    Select Reliable Link Mode - \N2
  27. ;    V.42 Negotiation Action(default) - S48=7
  28. ;    Need to send \\ to get \ in init string
  29. ;     not a bug but standard C string protocol
  30. ;
  31. send AT &FX4&C1&D2&K4\\N2S48=7S95=60\r
  32. waitfor OK
  33. ;
  34. set FlowControl=Hardware
  35. ;
  36.