|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 04/14/2009 at 03:33PM PDT, ID: 24322430 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: |
# $Id: usr-56k-fax-usb,v 1.0 2009/04/14 17:04:32 elindsey Exp $ # # HylaFAX Facsimile Software # # Copyright (c) 1990-1996 Sam Leffler # Copyright (c) 1991-1996 Silicon Graphics, Inc. # HylaFAX is a trademark of Silicon Graphics, Inc. # # Permission to use, copy, modify, distribute, and sell this software and # its documentation for any purpose is hereby granted without fee, provided # that (i) the above copyright notices and this permission notice appear in # all copies of the software and related documentation, and (ii) the names of # Sam Leffler and Silicon Graphics may not be used in any advertising or # publicity relating to the software without the specific, prior written # permission of Sam Leffler and Silicon Graphics. # # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. # # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE # OF THIS SOFTWARE. # # CONFIG:CLASS1:"5601":"U.S. Robotics 56K FAX USB V1.1.0":RTSCTS: Manufacturer='U.S. Robotics' Model='56K USB Faxmodem' # # BEGIN-SERVER # END-SERVER # ModemAnswerCmd: ATA # string, command for answering phone ModemAnswerDataBeginCmd: "" # string, command for start of answered data call ModemAnswerDataCmd: ATA # string, command for answering data call ModemAnswerFaxBeginCmd: "" # string, command for start of answered fax call ModemAnswerFaxCmd: ATA # string, command for answering fax call ModemAnswerResponseTimeout: 180000 # integer, answer command timeout (ms) ModemAnswerVoiceBeginCmd: "" # string, command for start of answered voice call ModemAnswerVoiceCmd: ATA # string, command for answering voice call ModemATCmdDelay: 0 # integer, delay before sending modem an AT cmd (ms) ModemBaudRateDelay: 0 # integer, delay (ms) after setting baud rate ModemClassQueryCmd: AT+FCLASS=? # string, command for querying modem services ModemCommaPauseTimeCmd: ATS8=2 # string, command for setting time to pause for comma in dialing string ModemDialCmd: ATDT%s # string, command for dialing (%s for number to dial) ModemDialResponseTimeout: 180000 # integer, dialing command timeout (ms) ModemEchoOffCmd: ATE0 # string, command for disabling command echo ModemFlowControl: None # string, DTE-DCE flow control scheme ModemFrameFillOrder: LSB2MSB # string, bit order for HDLC frames ModemHardFlowCmd: "" # string, command for setting hardware flow control between DTE and DCE ModemMinSpeed: 2400 # string, minimum acceptable transmit speed ModemMfrQueryCmd: "" # string, command for querying modem manufacturer ModemModelQueryCmd: "" # string, command for querying modem model ModemNoAutoAnswerCmd: ATS0=0 # string, command for disabling auto-answer ModemNoFlowCmd: "" # string, command for disabling hardware flow control between DTE and DCE ModemOnHookCmd: ATH0 # string, command for placing phone ``on hook'' ModemPageDoneTimeout: 180000 # integer, page send/receive timeout (ms) ModemPageStartTimeout: 180000 # integer, page send/receive timeout (ms) ModemRate: 19200 # integer, baud rate to use for DCE-DTE communication ModemRecvFillOrder: LSB2MSB # string, bit order for received facsimile data ModemResetCmds: "" # string, additional commands when resetting modem ModemResetDelay: 2600 # integer, delay (ms) after sending modem reset commands ModemResultCodesCmd: ATQ0 # string, command for enabling result codes ModemRevQueryCmd: "" # string, command for querying modem firmware revision ModemSendBeginCmd: "" # string, command to send on establishing carrier ModemSendFillOrder: LSB2MSB # string, bit order for sending facsimile data ModemSetVolumeCmd: "ATM0 ATL0M1 ATL8C1 ATL2M1 ATL3M1" # string, commands for setting modem speaker volume level ModemSetupAACmd: "" # string, command for setting up adaptive answer ModemSetupDCDCmd: "" # string, command for setting up DCD handling ModemSetupDTRCmd: "" # string, command for setting up DTR handling ModemSoftFlowCmd: "" # string, command for setting software flow control between DTE and DCE ModemSoftResetCmd: ATZ # string, command for doing a soft reset ModemType: Class1 # string, modem type ModemVerboseResultsCmd: ATV1 # string, command for enabling verbose result codes ModemWaitForConnect: No # boolean, force server to wait for ``CONNECT'' response on answer ModemWaitTimeCmd: ATS7=60 # string, command for setting time to wait for carrier when dialing Class1Cmd: AT+FCLASS=1 # string, command to enter class 1 Class1HFLOCmd: AT+FL0=2 # string, command to set hardware flow control Class1FrameOverhead: 4 # integer, extra bytes in a received HDLC frame Class1NFLOCmd: AT+FL0=0 # string, command to set no flow control Class1RecvAbortOK: 100 # integer, max wait (ms) for ``OK'' after recv abort Class1RecvIdentTimer: 35000 # integer, max wait (ms) for initial ident frame Class1SFLOCmd: AT+FL0=1 # string, command to set software flow control Class1TCFMaxNonZero: 10 # integer, max% of non-zero data in good TCF Class1TCFMinRun: 1000 # integer, minimum zero run in good TCF Class1TCFRecvTimeout: 4500 # integer, max wait (ms) for TCF Class1TCFResponseDelay: 75 # integer, delay between TCF and ack/nak Class1SendPPMDelay: 75 # integer, delay before sending post-page message Class1SendTCFDelay: 75 # integer, delay between sending DCS and TCF Class1TrainingRecovery: 1500 # integer, delay after failed training |
Advertisement