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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: conexant-1.0,v 1.5 2008/01/14 06:00:39 faxguy Exp $
  2. #
  3. # Configuration for a Rockwell/Conexant K56 Class 1.0 modem using
  4. # the RCV56DPF and similar chipsets.  These chipsets are generally
  5. # flash- upgradable and appear on ISA as well as PCI.  They
  6. # support "Class 1.0" which means that they have "adaptive receive"
  7. # (AT+FAR=1), but not V.34.
  8. #
  9. #    Comtrol RocketModem II/III/IV
  10. #    MultiTech MT5600ZDX
  11. #    Zoltrix FMVSP56i3
  12. #
  13. # CONFIG:CLASS1.0:56000:.*:.*: Manufacturer=Rockwell/Conexant Model=AC/K56
  14. # CONFIG:CLASS1.0:MT5600ZDX:.*:.*: Manufacturer=MultiTech Model=MT5600ZDX
  15. # CONFIG:CLASS1.0:MT5656ZDX:.*:.*: Manufacturer=MultiTech Model=MT5656ZDX
  16. # CONFIG:CLASS1.0:.*:.*LEONARDO.*:.*: Manufacturer=Digicom Model=Leonardo
  17. #
  18. # BEGIN-SERVER
  19. # END-SERVER
  20. #
  21. # Modem-related stuff: should reflect modem command interface
  22. # and hardware connection/cabling (e.g. flow control).
  23. #
  24. ModemType: Class1.0 # use this to supply a hint
  25. ModemRate: 19200 # rate for DCE-DTE communication
  26. ModemFlowControl: rtscts # default
  27. #
  28. # With the RocketModem IV (and possibly III) you may need to use a much 
  29. # higher ModemRate than 19200 because, apparently, it suffers from potential 
  30. # buffer underrun problems.  Fortunately, it doesn't have buffer overflow 
  31. # issues, and so using 115200 should work (both rtscts and xonxoff test good).
  32. #
  33. ModemNoFlowCmd: AT&K0 # setup no flow control
  34. ModemHardFlowCmd: AT&K3 # setup hardware flow control
  35. ModemSoftFlowCmd: AT&K4 # setup software flow control
  36. ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  37. ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  38. #
  39. Class1AdaptRecvCmd: AT+FAR=1 # reports carrier detection mismatches