]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 322] Confusing comments in usr configs
authorDarren Nickerson <darren.nickerson@ifax.com>
Fri, 2 Aug 2002 03:44:46 +0000 (03:44 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Fri, 2 Aug 2002 03:44:46 +0000 (03:44 +0000)
Hardware and software flow control comments were bogus. Thanks Giulioo!

config/usr-2.0
config/usr-xon

index 36cad7c21a9ff49ab8e5bd31d8fdb21940b547e0..68df2b06495ae7cda1dc9744e8ed210259c3ced4 100644 (file)
@@ -43,7 +43,7 @@
 #
 ModemType:             Class2.0        # use class 2.0 interface
 ModemRate:             19200           # DCE-DTE communication rate
-ModemFlowControl:      rtscts          # XON/XOFF flow control assumed
+ModemFlowControl:      rtscts          # hardware flow control
 #
 ModemNoFlowCmd:                AT&H0&I0&R1     # setup modem for no flow control
 ModemHardFlowCmd:      AT&H1&I0&R2     # setup modem for hardware flow control
index bf96706104b0d361672f7be34ab7fc1a2155ac67..0a5d65c823caaf0f8c0dd8f27ee14d3a4f18c726 100644 (file)
@@ -48,7 +48,7 @@
 #
 ModemType:             Class1          # use class 1 interface
 ModemRate:             19200           # rate for DCE-DTE communication
-ModemFlowControl:      xonxoff         # hardware flow control
+ModemFlowControl:      xonxoff         # software flow control
 #
 ModemSetupDTRCmd:      ATS13=1&D2      # setup so DTR drop resets modem
 ModemSetupDCDCmd:      AT&C1           # setup so DCD reflects carrier (or not)