Hylafax Mailing List Archives

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

[hylafax-users]



> -----Original message-----
> From: Alfredo Quartini [mailto:quarto@numerica.it]
> Sent: Friday, 9. March 2001 17:32
> To: Christoph Weber
> Subject: R: [hylafax-users] Modem configuratino skeleton for Elsa
> MicroLink 56k
> 
> Hi,
> I'm very happy o this, but, please, which one of these Elsa Micorolink 56k
> are you using ?
> 
> (from http://www.elsa.com/international/europe/produkte/modems.htm)
> 
> Elsa Microlink 56k Fun
> Elsa Microlink 56k Fun USB
> Elsa Microlink 56k Internet
> Elsa Microlink 56k InternetII
> Elsa Microlink 56k USB
> Elsa Microlink 56k PRO
> Elsa Microlink 56k MC Internet
> Elsa Microlink 56k PCI
> Elsa Microlink 56k PCI (bulk version)

It is for the plain old Elsa MicroLink 56k (without any Fun, Internet, USB,
Pro, MC Internet or PCI) ;-)
A external 56k Modem with flashable firmware - I'm using the latest
available firmware from their website www.elsa.com.

At home (where I'm no) I also have a later model named Elsa MicroLink 56k
PRO - but at the moment I was writing the previous posting I had no access to
it to check the response.
I have found a posting with google naming some small differences between the
old 56k and the 56k PRO.
This is also where I took the configuration settings from:
http://www.hylafax.org/archive/developers/Y2000-Q2/msg00197.html

(the previous settings are from the hylafax.elsatqv.config)

But after a diff between the settings in hylafax.elsatqv.config  and the
settings in hylafax.elsav250.config mentioned there it seem to be:

ModemNoFlowCmd:         AT\Q0
ModemHardFlowCmd:       AT\Q3
ModemSoftFlowCmd:       AT\Q1

for the elsatqv and 

ModemNoFlowCmd:         AT+IFC=0,0;
ModemHardFlowCmd:       AT+IFC=2,2;
ModemSoftFlowCmd:       AT+IFC=1,1;

for the elsav250

So if you change these in the skeleton I provided and of course the #
CONFIG: entry to the string your modem returns, it should work.

For example: to match a MicroLink 56k PRO (the one I'm using here at home)
the config file should read:
Be warned - I created this one without testing it (as I don't have a fax
server running here at home) just from the configuration data in the mentioned
posting.

# $Id: elsa-microlink-56k-pro-2.0 ,v 1.2 2001/03/09 12:33:00 cweber 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: CLASS2.0: ?ELSA?AG*-?MicroLink?56k?pro-*
#
# 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:			ATDT0W%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:		rtscts	# string, DTE-DCE flow control scheme
ModemFrameFillOrder:		LSB2MSB	# string, bit order for HDLC frames
ModemHardFlowCmd:		"AT+IFC=2,2;"	# 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:			"AT+IFC=0,0;"	# 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:			115200	# integer, baud rate to use for DCE-DTE communication
ModemRecvFillOrder:		LSB2MSB	# string, bit order for received facsimile data
ModemResetCmds:			"ATX3"	# 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:		AT+FMR?	# 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 ATL1M1 ATL2M1 ATL3M1"	# string, commands
for setting modem speaker volume level
ModemSetupAACmd:		""	# string, command for setting up adaptive answer
ModemSetupDCDCmd:		"AT&C1"	# string, command for setting up DCD handling
ModemSetupDTRCmd:		"AT&D2"	# string, command for setting up DTR handling
ModemSoftFlowCmd:		"AT+IFC=1,1;"	# string, command for setting software flow
control between DTE and DCE
ModemSoftResetCmd:		ATZ	# string, command for doing a soft reset
ModemType:			Class2.0	# 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

Class2Cmd:		AT+FCLASS=2.0	# string, command to enter class 2/2.0
Class2AbortCmd:		AT+FKS		# string, command to abort active session
Class2APCmd:		""	###AT+FAP	# string
Class2APQueryCmd:	""	###		AT+FAP=?	# string
Class2BORCmd:		AT+FBO=0	# string, command to setup bit order
Class2BUGCmd:		AT+FBU=1	# string, command to enable HDLC frame tracing
Class2CIGCmd:		AT+FPI		# string, command to set polling identifier
Class2CRCmd:		AT+FCR=1	# string, command to enable receive capability
Class2CQCmd:		""		# string, command to setup copy quality parameters
Class2CQQueryCmd:		AT+FCQ?	# query for copy quality capabilities
Class2DCCCmd:		AT+FCC		# string, command to set modem capabilities
Class2DCCQueryCmd:	AT+FCC=?	# string, command to query modem capabilities
Class2DDISCmd:		""		# string, command to set session parameters before
dialing
Class2DISCmd:		AT+FIS		# string, command to set session parameters
Class2HFLOCmd:		AT+FLO=2	# string, command to set hardware flow control
Class2LIDCmd:		AT+FLI		# string, command to set local identifier string
Class2MINSPCmd:		""	###AT+FMS		# string, command to set minimum transmit
speed
Class2NFLOCmd:		AT+FLO=0	# string, command to set no flow control
Class2NRCmd:		AT+FNR=1,1,1,1	# string, command to set negotiation message
reporting
Class2PHCTOCmd:		AT+FCT=30	# string, command to set Phase C timeout
parameter
Class2PIECmd:		AT+FIE=0	# string, command to set procedure interrupt
handling
Class2PTSCmd:		AT+FPS		# string, command to set received page status
Class2RecvDataTrigger:	"" ### "\22"		# string, character to send to trigger
recv
Class2RELCmd:		""		# string, command to enable byte-aligned EOL codes
Class2SendRTC:		Yes		# boolean, append RTC to page data on transmit
Class2SFLOCmd:		AT+FLO=1	# string, command to set software flow control
Class2SPLCmd:		AT+FSP		# string, command to set polling request
Class2TBCCmd:		AT+FPP=0	# string, command to enable stream mode


Included the file for a microlink 56k pro, because the mailer seems to break
apart the lines.

-- 
Sent through GMX FreeMail - http://www.gmx.net



____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null



Home
Report any problems to webmaster@hylafax.org

HylaFAX is a trademark of Silicon Graphics Corporation.
Internet connectivity for hylafax.org is provided by:
VirtuALL Private Host Services