4

Many Ethernet devices predating the ubiquity of RJ45 transceivers had DB15 "AUI" ports. One is ordinarily expected to attach a transceiver for either coaxial or twisted-pair Ethernet.

Is it possible to cross-connect two AUI ports using an appropriately short cable that crosses the data send/receive pins, without using transceivers?

Skyhawk
  • 14,200
  • 4
  • 53
  • 95
  • @MarkHenderson Seems I'm *just slightly* too young to know the answer from actual enterprise experience. The only network cables I remember seeing personally in and around 1991 were 10Base2 (thin coax), AppleTalk (RS422/PhoneNet), and... well, okay, there was this crazy way to network Atari STs by hacking phone cords onto their MIDI ports... – Skyhawk Apr 02 '12 at 04:34
  • This is positively modern compared to some of the [equipment](http://www.siconic.com/computers/dps6tall.jpg) our company specialise in. – Bryan Apr 02 '12 at 08:26

3 Answers3

6

Yes, it can be done.

Connect pin 3 (TxD-A) on each end to pin 5 (RxD-A) on the other. Connect pin 10 (TxD-B) on each end to pin 12 (RxD-B) on the other. On each end, connect pin 6 (Vc) to pin 9 (Collision Detect / Control In B). Connect the two ground shields together.

Note that while this usually works, it does technically violate the specifications, so it's an "at your own risk" kind of thing. Note also that this is not safe if both devices are not connected to the same grounding point.

David Schwartz
  • 31,449
  • 2
  • 55
  • 84
2

Pick up a used DELNI. DELNI And learn some new swear words for when you're latching and unlatching the &%$# !@!@! (*&^% sliders on the AUI cables.

Ward - Trying Codidact
  • 12,899
  • 28
  • 46
  • 59
  • Positively brilliant! – Skyhawk Apr 02 '12 at 06:15
  • You don't actually want to do this, do you? If so, we either need Iain to chime in or I need to find a DELNI manual online to check if you need the little termination gizmo that plugs into port 9 (the female port with the [] on it). If you're using a DELNI standalone you have to slide the switch from [/] to [] *and* (I think) plug in a little terminator to that port. – Ward - Trying Codidact Apr 02 '12 at 06:19
  • http://z80cpu.eu/mirrors/oldcomputers.dyndns.org/rechner/dec/manuals/decimages/delnitm1.pdf – Skyhawk Apr 02 '12 at 09:13
  • You can slide the switch to the crossed position and connect an end node to the ninth port. I think. – David Schwartz Apr 02 '12 at 17:58
0

It may be easier/safer to use media converters that plug into the AUI on the device and provide an RJ45 connection on the other end.

enter image description here

They seem to be readily available still too.

user9517
  • 115,471
  • 20
  • 215
  • 297