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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: usr-2.0,v 1.2 2008/12/21 20:18:55 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.0 command interface
  27. # with a USR v.34 Courier or Sporster modem.
  28. #
  29. # RTS/CTS flow control is used default.
  30. #
  31. # CONFIG: CLASS2.0: *USRobotics*-*
  32. # CONFIG: CLASS2.0: "U.S. Robotics"*-OK-*
  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.0 # use class 2.0 interface
  41. ModemRate: 19200 # DCE-DTE communication rate
  42. ModemFlowControl: rtscts # hardware flow control
  43. #
  44. # In some cases (i.e. USB versions) the &I and &R commands may be problematic.
  45. #
  46. ModemNoFlowCmd: AT&H0&I0&R1 # setup modem for no flow control
  47. ModemHardFlowCmd: AT&H1&I0&R2 # setup modem for hardware flow control
  48. ModemSoftFlowCmd: AT&H2&I2&R1 # setup modem for software flow control
  49. #
  50. ModemSetupDTRCmd: ATS13=1&D2 # setup so DTR drop resets modem
  51. ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  52. ModemResultCodesCmd: ATQ0X4 # enable extended result codes
  53. #
  54. # NB: adaptive answer only seems to work properly when
  55. #     the modem is left idling in Class 2.0
  56. #
  57. ModemSetupAACmd: AT+FAA=1
  58. #
  59. # Set modem speaker volume commands: OFF QUIET LOW MEDIUM HIGH.
  60. # Note that we both turn the speaker on/off and set volume.
  61. #
  62. ModemSetVolumeCmd: "ATM0 ATM1 ATM1 ATM1 ATM1"
  63. #
  64. # Modem does not support HDLC frame tracing; we add this just
  65. # to eliminate spurious ERROR results that confuse the naive.
  66. #
  67. Class2BUGCmd: AT+FBU=0
  68. #
  69. # The modem doesn't support copy quality checking, even though it
  70. # returns (0-2,0-2) for AT+FCQ=?; therefore we override the query
  71. # response so that the server will do copy quality checking.
  72. #
  73. Class2CQQueryCmd: !(0),(0) # override modem response
  74. #
  75. # Disables the reporting of bad frames by the modem.  This
  76. # overcomes a firmware problem in the x2 and V90 Sportsters.
  77. # It is not necessary for the Courier modem.
  78. #
  79. Class2NRCmd:    AT+FNR=1,1,1,0
  80. #
  81. # USR modems violate Class 2.0 specs and do not send RTC itself
  82. #
  83. Class2SendRTC: yes
  84. #
  85. # +FAP=? not supported on this modem, gives ERROR in ServerTracing
  86. #
  87. Class2APQueryCmd:       none