Trying to control ethernet port in a raw fashion

ethernetrj45

I am trying to simulate JCHT35 switch to control a single actuator. There are 3 wires with an RJ45 tip plugged into the blackbox j45 female port connected to an actuator inside. What I am trying to do is connect the cat5 cable to my computer and black box and send a signal down to the actuator.

I guess in simplest terms, how do I just turn on lines on the ethernet port on my computer without using the ethernet protocol? Do I need to write a custom driver or are there any existing drivers that I can use?

Best Answer

This is not electrically possible. The connector is the same, yes, but what it is connected to internally is completely incompatible. You're going to have to buy or build some sort of interface board. A small microcontroller may be the best solution for this, either providing a completely self-contained solution or control via USB, serial, ethernet, or some other interface.