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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: att-dataport-2,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 using the Class 2 command interface with
  27. # an AT&T DataPort 14.4 modem.  Firmware version 166 (ati1)
  28. # or newer.
  29. #
  30. # Hardware flow control is used by default.
  31. #
  32. # CONFIG: CLASS2: AT?T*Paradyne*-*
  33. #
  34. # BEGIN-SERVER
  35. # END-SERVER
  36. #
  37. # Modem-related stuff: should reflect modem command interface
  38. # and hardware connection/cabling (e.g. flow control).
  39. #
  40. ModemType: Class2 # use class 2 interface
  41. ModemRate: 19200 # set rate for DCE-DTE communication
  42. ModemFlowControl: rtscts # default
  43. #
  44. ModemHardFlowCmd: AT&R0D1Q3 # use RTS/CTS and enable RS232 handling
  45. ModemSoftFlowCmd: AT&R1D0Q1 # use RTS/CTS and enable RS232 handling
  46. ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem
  47. ModemSetupDCDCmd: AT&C1 # setup so DCD follows carrier
  48. ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in Class 2
  49. #
  50. ModemRecvFillOrder: MSB2LSB # bit order of received facsimile
  51. ModemSendFillOrder: LSB2MSB # bit order modem expects for transmit
  52. #
  53. # The modem returns "OK" when there is a timeout before carrier is
  54. # established.  This is treated as "NO CARRIER" by faxd.  Thus we
  55. # need to up the NoCarrierRetrys parameter to avoid having the server
  56. # reject jobs prematurely.
  57. #
  58. NoCarrierRetrys: 3 # retry 3 times on no carrier
  59. #
  60. # Rev C01.66.10 firmware gives a bogus result string for
  61. # +FDCC=? query so we override it here.  Syntax is:
  62. #
  63. # (vr),(br),(wd),(ln),(df),(ec),(bf),(st)
  64. # where,
  65. # vr vertical resolution
  66. # br bit rate
  67. # wd page width
  68. # ln page length
  69. # df data compression
  70. # ec error correction
  71. # bf binary file transfer
  72. # st scan time/line
  73. #
  74. # Note that if your modem does not support V.17 then you'll need
  75. # to restrict the values of br to (0-3) intead of (0-5).
  76. #
  77. Class2DCCQueryCmd: "!(0,1),(0-5),(0-4),(0-2),(0),(0),(0),(0-7)"
  78. #
  79. # There's no suport for HDLC frame tracing; silence the avoid
  80. # error message so naive folks don't ask if it's a problem.
  81. #
  82. Class2BugCmd: AT+FBUG=0
  83. #
  84. # Enable copy quality checking with some "average" parameters:
  85. #
  86. #     +FBADMUL=20 <20% bad lines for OK quality
  87. #     +FBADLIN=10 no more than 10 consecutive bad line on a page
  88. #
  89. # Note that default values set by the rev 1.76 firmware are 20 and 0.
  90. #
  91. Class2CQCmd: AT+FCQ=1;+FBADMUL=20;+FBADLIN=10
  92. #
  93. PagerSetupCmds: ATS41=10%B300 # use V.21 at 300 bps