I am attempting to control a device with RS232 commands.
The device has a control box that accepts RJ45 cable.
I am sending my commands via a Global Cache iTach WF2SL device which has a DB9 serial port.
I am attempting to connect the two devices using a Cat-6 T-568B cable, and a RJ45 to DB9 adapter.
The WF2SL pinout uses 2 - RX, 3 - TX, and 5 - Ground.
The control box expects what is in the image below:
Screen-Pinout462×336 35.3 KB
The adapter has the following pinout definitions:
Adapter Diagram831×771 47.9 KB
I’ve been trying to research this to determine the correct pinout but have become pretty much completely confused at this point.
I have ensured that the WF2SL is configured with the correct baud rate and additional settings.
I have tried quite a few different combinations of pinouts with no success.
Would anyone be able to dumb this down for me, and help me get the right pinout on the adapter, using the Cat-6 cable I have, to work with what the device is expecting?
Thanks in advance.
Answer from kevinicus on community.spiceworks.comConfused about proper pinout with an RJ45 to DB9 adapter
DB9 to RJ45 serial connect to switch - correct pinout?
serial - Can't figure out EIA-232 (RJ45) to DB9 cable... (seems simple!) - Electrical Engineering Stack Exchange
Better DB-9 to RJ-45 solutions?
I am attempting to control a device with RS232 commands.
The device has a control box that accepts RJ45 cable.
I am sending my commands via a Global Cache iTach WF2SL device which has a DB9 serial port.
I am attempting to connect the two devices using a Cat-6 T-568B cable, and a RJ45 to DB9 adapter.
The WF2SL pinout uses 2 - RX, 3 - TX, and 5 - Ground.
The control box expects what is in the image below:
Screen-Pinout462×336 35.3 KB
The adapter has the following pinout definitions:
Adapter Diagram831×771 47.9 KB
I’ve been trying to research this to determine the correct pinout but have become pretty much completely confused at this point.
I have ensured that the WF2SL is configured with the correct baud rate and additional settings.
I have tried quite a few different combinations of pinouts with no success.
Would anyone be able to dumb this down for me, and help me get the right pinout on the adapter, using the Cat-6 cable I have, to work with what the device is expecting?
Thanks in advance.
2 to 3, 3 to 2 and 5 to 5.
I ordered a DB9 to RJ45 converter so I can connect to old switches with DB9 female connector.
I ordered two, but I failed the pin-out on the first one. And can't pull back plugs once they're pushed in. Does anyone know the correct scheme to get this working with an old HP 3500 switch to be specific?
http://imgur.com/a/jOFAS picture of the module.
Update
As I originally predicted, the wiring is proprietary and the flow control signals are a mess. @SofaKng has reversed engineered the official cable and produced this table (reproduced here):
RJ45 pin, DB9 pin (female)
----------------------------
1 1
2 6 + 8
3 2
4 5
5 5
6 3
7 4
8 7
Original
You missed a key detail. Their RJ-45 patch cable is null modem wired. That means it is reversed. You got all of your pairs backwards (you connected TX to TX, RX to RX, etc...)
Assuming you are using a straight-through patch cable...
- as you indicated that you are with your comment "standard TIA-568B"
- you must use TIA-568B ordering on both ends of your patch cable
...it goes this way:
Device Signal, RJ-45 Pin#, DB9 Pin#, PC Signal
----------------------------------------------
> DTR 1 --- 6 DSR
> GND 2 --- 5 GND
> RTS 3 --- 8 CTS
> TxD 4 --- 2 RXD
> RxD 5 --- 3 TXD
> DSR 6 --- 4 DTR
> GND 7 --- 5 GND <-- note: repeats, bussed to device #2
> CTS 8 --- 7 RTS
> RI 9 --- 9 RI <-- doesn't actually fit in an RJ-45 (only 8 signals), probably safe to ignore if I read their diagram correctly
The DB9 on a PC is pinned out this way (see figure). Note how it is null-modem reversed from the table listing you provided. That's because their RJ-45 cable is null-modem reversed to cancel it out. Tricky and silly, but that's how they chose to implement it.

Some other thoughts...
Actually, I noticed from tracing in the diagram that they do some very strange stuff with the flow-control signals. For example, they short CTS and DSR on the PC side, but not on the other side. They route RTS on the PC side to DSR on the device side. And other weirdness.
This may be bad documentation, but I suspect they have implemented custom firmware/software that makes use of the flow-control signals in non-standard ways as a means of ensuring that you only buy and use their cables and adapters.
I would suggest that you make two half cables. On one end go RJ-45 to unterminated wire and the other go DB9F to unterminated wire. Then you can twist your way through all of these weird configurations until you get it right. I would start with my suggested mapping. If that doesn't work, report back and I'll give you my mapping for all of their weirdness in the flow-control lines.
Good luck! =)
I ended up ordering a premade cable and adapter from Pacific Custom Cables and they worked so I checked the pin-out of the RJ45 (null-modem) to DB9.
Based on their pin-out, I made a new cable (crimped RJ45 on one end, soldered DB9 female on the other end) and here is the working pin-out:
RJ45 pin, DB9 pin (female)
----------------------------
1 1
2 6 + 8
3 2
4 5
5 5
6 3
7 4
8 7
I don't understand why that is the pin-out but that's what works and the pin-out from "official" cables and adapter.