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

  1. ;Megahertz C*144, T3144, Z*144  Fax/Data MNP & V.42
  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. ; The modem is assumed to be configured such that
  13. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  14. ;  2) Must operate in reliable mode LAMP or MNP
  15. ;  3) Hardware flow control is desired, modem and eudora.ini file must match
  16. ;  4) The modem does not change the DCE speed after connect
  17. ;
  18. timeout 5
  19. ;
  20. cancelon ERROR
  21. ;
  22. send AT\r
  23. pause 1
  24. ;
  25. ;    Hardware flow - \Q3
  26. ;    DTR handling  - &D2
  27. ;    Reliable only - \N6
  28. ;    Fix baud rate - \J0
  29. ;    Extend result - \V2
  30. ;    Compression   - %C1
  31. ;
  32. send AT &FX4W1&C1&D2\\Q3\\J0\\K1\\N6\\V2%C1S7=60\r
  33. waitfor OK
  34. ;
  35. set FlowControl=Hardware
  36. ;
  37.