HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
MultiTech MT3334ZDX Modem Config Groovin
I've almost got my MultiTech MT3334ZDX working thanks to the Rockwell-K56
config fix and some help from Tim Rice here.
However received faxes still have many errors. Some page come through as
just a bunch of noise. I'm pretty sure the problem is in the config file
since I have a second modem on the same machine that seems to be working
fine.
Here's the hardware part of the config file. Anyone seen any glaring errors?
Thanks.
#################################
#
ModemType: Class2 # use class 2 interface
ModemRate: 38400
ModemFlowControl: rtscts
ModemWaitForConnect: yes # wait for CONNECT on answer
#
ModemNoFlowCmd: AT&K0 # disable flow control cmd
ModemHardFlowCmd: AT&K3 # hardware flow control
ModemSoftFlowCmd: AT&K4 # software flow control
ModemSetupDTRCmd: AT&D3 # setup so DTR drop resets modem
ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
ModemSetupAACmd: AT+FAA=1 # enable adaptive-answer in class 2
#
# NB: some models get confused by the @
#
ModemDialCmd: ATDT%s@ # T for tone dialing, @ for silence
#
Class2RecvDataTrigger: "\022" # character sent to modem to start recv
#
#
ModemSendFillOrder: LSB2MSB # as expected
ModemRecvFillOrder: MSB2LSB # opposite of what makes sense
Class2RecvDataTrigger: "\022" # a la 2388-B
#
Class2NRCmd: AT+FNR=1,1,1,0 # setup status reporting command
#
Class2XmitWaitForXON: no
#
Class2APQueryCmd: "" # AT+FAP=? not supported on this
modem
Class2NFLOCmd: AT+FLO=0 # Class 2: no flow control
Class2SFLOCmd: AT+FLO=1 # Class 2: software flow control
Class2HFLOCmd: AT+FLO=2 # Class 2: hardware flow control