![]() |
On Fri, 11 Jul 2014, Jason Bachman wrote: > The second is a MultiTech Systems MT3334ZDXB0 (configured as Class 2) and > this is the one that I am having trouble with. I can receive faxes just > fine with it, however when I send a fax the receiving site only gets peices > of the fax. > We use a mixture of MT2834ZDXK and older models on four separate sites running of the back of SCO Unix systems. Your problem sounds like flow control At the very least, these two parameters in your file: > ModemHardFlowCmd: AT&K3 # hardware flow control cmd > ModemSoftFlowCmd: AT&K4 # software flow control cmd > are different to ours: ModemHardFlowCmd: AT&E4 # hardware flow control ModemSoftFlowCmd: AT&E5 # software flow control We use a more minimalist config file (for dialout only), the bottom half of which I've attached below. Hope this helps... # # # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class2 # use class 2 interface ModemRate: 38400 # lock rate for DCE-DTE communication ModemFlowControl: rtscts # default # ModemHardFlowCmd: AT&E4 # hardware flow control ModemSoftFlowCmd: AT&E5 # 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 and that's it... Good Luck ! :-) -- Alastair Broom ValleyT Ltd, Edinburgh, Bonnie Scotland abroom@valleyt.co.uk ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null