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)
--- /dev/null
+# $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