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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: mt-1432,v 1.1.1.1 2005/11/11 21:32:01 faxguy Exp $
  2. #
  3. # HylaFAX Facsimile Software
  4. #
  5. # Copyright (c) 1990-1996 Sam Leffler
  6. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. # HylaFAX is a trademark of Silicon Graphics, Inc.
  8. # Permission to use, copy, modify, distribute, and sell this software and 
  9. # its documentation for any purpose is hereby granted without fee, provided
  10. # that (i) the above copyright notices and this permission notice appear in
  11. # all copies of the software and related documentation, and (ii) the names of
  12. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  13. # publicity relating to the software without the specific, prior written
  14. # permission of Sam Leffler and Silicon Graphics.
  15. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  16. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  17. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  18. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  19. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  20. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  22. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  23. # OF THIS SOFTWARE.
  24. #
  25. #
  26. # Configuration for a Multi-Tech MT1432, MT224BA, and MT1932ZDX modems.
  27. #
  28. # MT1432 firmware rev 0307 I or newer
  29. # MT132BG rev 0109A
  30. # MT1932ZDX rev 0109H
  31. # MT2834ZDX rev 0316A or newer
  32. # MT2834ZDXb rev 0317G or newer
  33. #
  34. # Note that MT1432 modems come in several varieties:
  35. #
  36. # MT1432BA uses Rockwell data pump
  37. # MT1432BA/A uses AT&T data pump
  38. # MT1432BG MT1432BA tweaked for German FCC
  39. # MT1432MK (for UK?)
  40. #
  41. # The modem has been tried with both XON/XOFF and RTS/CTS flow
  42. # control; this configuration is for hardware flow control.
  43. #
  44. # CONFIG: CLASS2: Multi-Tech*-*
  45. #
  46. # BEGIN-SERVER
  47. # END-SERVER
  48. #
  49. # Modem-related stuff: should reflect modem command interface
  50. # and hardware connection/cabling (e.g. flow control).
  51. #
  52. ModemType: Class2 # use class 2 interface
  53. ModemRate: 38400 # lock rate for DCE-DTE communication
  54. ModemFlowControl: rtscts # default
  55. #
  56. ModemHardFlowCmd: AT&E4 # hardware flow control
  57. ModemSoftFlowCmd: AT&E5 # software flow control
  58. ModemSetupDTRCmd: AT&D3 # setup so DTR drop resets modem
  59. ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  60. # The MT2834ZDX (and other newer models) may be more robust with this.
  61. #ModemSetupDCDCmd: AT&C4 # setup so DCD resets modem on
  62. # # carrier drop
  63. #
  64. ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in class 2
  65. #
  66. # NB: some models get confused by @ in ModemDialCmd
  67. # NB: the @ causes some multifunction fax units to not go into fax mode.
  68. #
  69. ModemDialCmd: ATDT%s # T for tone dialing
  70. #
  71. Class2RecvDataTrigger: "22" # character sent to modem to start recv
  72. #
  73. # The MT2834ZDX (and other newer models) can take advantage of these.
  74. #Class2APQueryCmd: AT # AT+FAP=? not supported on this modem
  75. #Class2NFLOCmd: AT+FLO=0 # Class 2: no flow control
  76. #Class2SFLOCmd: AT+FLO=1 # Class 2: software flow control
  77. #Class2HFLOCmd: AT+FLO=2 # Class 2: hardware flow control
  78. #Class2XmitWaitForXON: no
  79. #