hayes
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:1k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: hayes,v 1.1.1.1 2005/11/11 21:32:01 faxguy Exp $
  2. #
  3. # Configuration for Hayes Optima 336B
  4. #
  5. # It is very similar to other RC288DPI modems (it uses that chipset), but 
  6. # does not follow the quirky bit order as well as having an intolerance 
  7. # for the "<19200><xon>" answer signal.
  8. #
  9. # CONFIG: CLASS2: *-"OPTIMA 33600"-*
  10. #
  11. # BEGIN-SERVER
  12. # END-SERVER
  13. #
  14. ModemType: Class2
  15. ModemRate: 19200
  16. ModemFlowControl: rtscts
  17. #
  18. ModemNoFlowCmd: AT&K0
  19. ModemSoftFlowCmd: AT&K4
  20. ModemHardFlowCmd: AT&K3
  21. ModemSetupDTRCmd: AT&D3 # DTR off causes modem to reset
  22. ModemSetupDCDCmd: AT&C1 # DCD follows carrier
  23. ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in Class 2
  24. #
  25. ModemDialCmd: ATDT%s
  26. #
  27. Class2RecvDataTrigger: "22" # character sent to modem to start recv
  28. Class2BUGCmd: none # prevent init ERROR
  29. Class2APQueryCmd: none # prevent init ERROR