]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 626: add prototype config file for Rockwell/Conexant Class 1.0
authorLee Howard <faxguy@howardsilvan.com>
Wed, 18 May 2005 17:20:08 +0000 (17:20 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Wed, 18 May 2005 17:20:08 +0000 (17:20 +0000)
CHANGES
config/conexant-1.0 [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index 65675dab84366eb82976dea460176c1e57242564..e373079c30861e8d00c6923d41938f7da36aa746 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
 
 Changelog for HylaFAX
 
+* add Rockwell/Conexant Class 1.0 prototype config (18 May 2005)
 * fix configure and faxsetup for espgs (16 May 2005)
 * fix potential looping in Class 1 protocol flow control 
   mechanisms (11 May 2005)
diff --git a/config/conexant-1.0 b/config/conexant-1.0
new file mode 100644 (file)
index 0000000..69ed453
--- /dev/null
@@ -0,0 +1,33 @@
+# $Id$
+
+#
+# Configuration for a Rockwell/Conexant K56 Class 1.0 modem using
+# the RCV56DPF and similar chipsets.  These chipsets are generally
+# flash- upgradable and appear on ISA as well as PCI.  They
+# support "Class 1.0" which means that they have "adaptive receive"
+# (AT+FAR=1), but not V.34.
+#
+#    Comtrol RocketModem II/III
+#    MultiTech MT5600ZDX
+#    Zoltrix FMVSP56i3
+#
+# CONFIG:CLASS1.0:56000:.*:.*: Manufacturer=Rockwell/Conexant Model=AC/K56
+# CONFIG:CLASS1.0:MT5600ZDX:.*.*: Manufacturer=MultiTech Model=MT5600ZDX
+#
+# BEGIN-SERVER
+# END-SERVER
+#
+# Modem-related stuff: should reflect modem command interface
+# and hardware connection/cabling (e.g. flow control).
+#
+ModemType:             Class1.0        # use this to supply a hint
+ModemRate:             19200           # rate for DCE-DTE communication
+ModemFlowControl:      rtscts          # default
+#
+ModemNoFlowCmd:                AT&K0           # setup no flow control
+ModemHardFlowCmd:      AT&K3           # setup hardware flow control
+ModemSoftFlowCmd:      AT&K4           # setup software flow control
+ModemSetupDTRCmd:      AT&D2           # setup so DTR drop resets modem
+ModemSetupDCDCmd:      AT&C1           # setup so DCD reflects carrier (or not)
+#
+Class1AdaptRecvCmd:    AT+FAR=1        # reports carrier detection mismatches