By default, serial interfaces use non-return to zero (NRZ) line encoding. You can configure non-return to zero inverted (NRZI) line encoding if necessary.
To have the interface use NRZI line encoding, include the encoding statement, specifying the nrzi option:
-
encoding nrzi;
To explicitly configure the default NRZ line encoding, include the encoding statement, specifying the nrz option:
-
encoding nrz;
You can include this statement at the following hierarchy levels:
When setting the line encoding parameter, you must set the same value for paired ports. Ports 0 and 1 must share the same value.