[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <interfaces>
        <interface>
            <serial-options>
                <dce-options>
                    <ignore-all/>
                    <dtr>dtr-choice</dtr>
                    <rts>rts-choice</rts>
                    <dcd>dcd-choice</dcd>
                    <dsr>dsr-choice</dsr>
                    <cts>cts-choice</cts>
                    <tm>tm-choice</tm>
                    <dce-loopback-override/>
                </dce-options>
            </serial-options>
        </interface>
    </interfaces>
</configuration>

Description

DCE options.

Contents

<cts>—Clear To Send signal handling.

<dcd>—Data Carrier Detect signal handling.

<dce-loopback-override>—DCE loopback override.

<dsr>—Data Set Ready signal handling.

<dtr>—Data Transmit Ready signal handling.

<ignore-all>—Ignore all control leads.

<rts>—Request To Send signal handling.

<tm>—Test Mode signal handling.


[Contents] [Prev] [Next] [Index] [Report an Error]