Parallel Port Network Cable Tester

by ahmedebeed555 in Circuits > Electronics

2096 Views, 4 Favorites, 0 Comments

Parallel Port Network Cable Tester

IMG_20170801_144801.jpg
IMG_20170801_144744.jpg
IMG_20170801_144807.jpg
IMG_20170801_144814.jpg

This is one of my earliest projects as a maker. Yes, this is an old ancient technology. But it's an old project I made in the past to document it on instructables.

This is a network cable tester I built with my brother using PC as the testing brain and the parallel port as the interface with the cable.

Here is my Channel on Youtube:

AeroArduino

Components

cable.jpg
port.png
port.jpg
741571.gif
ic.jpg

Parallel Port cable. Old printer cable

2 RJ45 socket surface mount box

74157 2 Input Multiplexer

Software

ms.JPG
ms1.JPG
ms2.JPG
ms3.JPG

We used C to write this code.

Here are the steps of software operation flow:

- Sending Code to the shift register to configure which pins to choose.

- Sending signals to the parallel port on four terminals.

- Receiving signals on the parallel port to check for continuity.

- Sending Code to the shift register to configure which pins to choose the other four pins of the RJ45 connector.

- Sending signals to the parallel port on four terminals.

- Receiving signals on the parallel port to check for continuity.