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

  1. ;Zoom VFX 28.8K Fax Modem
  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) Passes Break through, does not go into command mode
  15. ;  3) Must operate in reliable mode LAMP or MNP
  16. ;  4) Hardware flow control is desired, modem and eudora.ini file must match
  17. ;  5) The modem does not change the DCE speed after connect
  18. ;
  19. timeout 5
  20. ;
  21. cancelon ERROR
  22. ;
  23. send AT\r
  24. pause 1
  25. ;
  26. ; This string is for DTE speed set to 9600 in the EUDORA.INI file
  27. ; Ensure that Flow control is also set to Hardware Flow control in the
  28. ; Dialup section of the EUDORA.INI file as well
  29. ;
  30. send AT&F&C1&D2&Q5%C1&K3\r
  31. waitfor OK
  32. ;
  33. set FlowControl=Hardware
  34. ;
  35.