Difficulty: Easy
Correct Answer: loop backs (wrap plugs)
Explanation:
Introduction / Context:
Troubleshooting legacy serial and parallel ports often requires verifying that the port can transmit and receive data electrically. Purpose-built test plugs simplify this by looping output pins back to input pins to validate the hardware path.
Given Data / Assumptions:
Concept / Approach:
A loopback (wrap) plug connects transmit to receive lines (and other handshakes) on serial ports, and appropriate pins on parallel ports, allowing self-test. If the port is healthy, data sent out returns exactly, confirming the transceiver, line drivers, and pins. This is fast and isolates cable/device variables.
Step-by-Step Solution:
Verification / Alternative check:
Cross-check with a known-good external device or use a breakout box to visualize signal transitions on each line. Consistent results corroborate the loopback test.
Why Other Options Are Wrong:
Common Pitfalls:
Using the wrong pinout; forgetting to configure baud/handshake; misinterpreting driver issues as hardware failures.
Final Answer:
loop backs (wrap plugs)
Discussion & Comments