![]() |
Tim: I added your lines to the MultiTech MT3334ZDX config file and reset it to hardware handshaking. Unfortunately, I'm still getting scrambled faxes at unpredictable times. Below is the modem part of the config file. Does anything jump out at you? Thanks for your help. ############################# # 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