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

传真(Fax)编程

开发平台:

C/C++

  1. # $Id: usr-xon,v 1.4 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 1 command interface with
  27. # a USR Courier or Sportster modem and XON/XOFF flow control. 
  28. #
  29. # CONFIG:CLASS1:1444:.*:XON*|DEF*: Manufacturer=USRobotics Model=Courier/Sportster
  30. # CONFIG:CLASS1:1445:.*:XON*|DEF*: Manufacturer=USRobotics Model=Courier/Sportster
  31. # CONFIG:CLASS1:2886:.*:XON*|DEF*: Manufacturer=USRobotics Model=Courier/Sportster
  32. # CONFIG:CLASS1:3366:.*:XON*|DEF*: Manufacturer=USRobotics Model=Courier
  33. # CONFIG:CLASS1:3361:.*:XON*|DEF*: Manufacturer="USRobotics w/TI Chipset" Model="Sportster 33600"
  34. # CONFIG:CLASS1:3362:.*:XON*|DEF*: Manufacturer="USRobotics w/TI Chipset" Model="Sportster 33600"
  35. # CONFIG:CLASS1:3367:.*:XON*|DEF*: Manufacturer="USRobotics" Model="Courier"
  36. # CONFIG:CLASS1:5601:.*:XON*|DEF*: Manufacturer="3Com U. S. Robotics" Model="3CP5610"
  37. # CONFIG:CLASS1:5607:.*:XON*|DEF*: Manufacturer="3Com USRobotics" Model="Courier V.Everything"
  38. # CONFIG:CLASS1:5608A:.*:XON*|DEF*: Manufacturer="3Com USRobotics" Model="Courier"
  39. #
  40. # BEGIN-SERVER
  41. # END-SERVER
  42. #
  43. # Modem-related stuff: should reflect modem command interface
  44. # and hardware connection/cabling (e.g. flow control).
  45. #
  46. ModemType: Class1 # use class 1 interface
  47. ModemRate: 19200 # rate for DCE-DTE communication
  48. ModemFlowControl: xonxoff # software flow control
  49. #
  50. # In some cases (i.e. USB versions) the &I and &R commands may be problematic.
  51. #
  52. ModemSetupDTRCmd: ATS13=1&D2 # setup so DTR drop resets modem
  53. ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
  54. ModemNoFlowCmd: AT&H0&I0&R1 # setup modem for no flow control
  55. ModemHardFlowCmd: AT&H1&I0&R2 # setup modem for hardware flow control
  56. ModemSoftFlowCmd: AT&H2&I2&R1 # setup modem for software flow control
  57. ModemResultCodesCmd: ATQ0X4 # enable result codes
  58. #
  59. ModemMfrQueryCmd: !USR
  60. ModemModelQueryCmd: ATI3
  61. ModemRevQueryCmd: ATI7 # XXX returns a multi-line result
  62. #
  63. # When AT+FCLASS=1 is issued the modem automatically switches
  64. # to software flow control; these parameters let the fax software
  65. # reset flow control as needed after entering Class 1.
  66. #
  67. Class1NFLOCmd: AT&H0&I0&R1 # setup modem for no flow control
  68. Class1HFLOCmd: AT&H1&I0&R2 # setup modem for hardware flow control
  69. Class1SFLOCmd: "" # modem does this automatically
  70. #
  71. # The remainder of this configuration is included so that the
  72. # modem "idles" in Class 0 while not sending or receiving facsimile.
  73. #
  74. ModemSetupAACmd: AT+FCLASS=0 # leave modem idling in class 0
  75. ModemAnswerCmd: AT+FCLASS=1A # answer in Class 1
  76. #
  77. # When using AT+FRS=n we see USR modems reset themselves in the middle of sessions
  78. # this is not good.  So, we seem to work-around that problem by not using the
  79. # command.  Unfortunately, this isn't an ideal thing.
  80. #
  81. Class1SwitchingCmd: "<delay727>"