home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / att / 2670 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  5.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!mala.bc.ca!oneb!hakatac!rthomas
  2. Newsgroups: comp.sys.att
  3. Subject: Re: Need source for 3B2->DB-25 adapter.
  4. Message-ID: <1992Dec18.083453.25240@hakatac.almanac.bc.ca>
  5. From: rthomas@hakatac.almanac.bc.ca (Robert N Thomas)
  6. Date: Fri, 18 Dec 92 08:34:53 GMT
  7. References: <1fpbl6INN452@tamsun.tamu.edu>
  8. Organization: Sir HackAlot's Castle BBS, Port Alberni, B.C., Canada
  9. Lines: 123
  10.  
  11. In article <1fpbl6INN452@tamsun.tamu.edu> jfrench@cs.tamu.edu (Jeff French) writes:
  12. >I have a 3B2 with no way to attach a terminal to it. What is a good
  13. >source of DB-25 shell connector to 3B2 whatever-the-hell-you-call-it
  14. >port connectors. If the pinout is commonly available, I could make it
  15. >myself. I would sure hate to have to wade through the red tape of ordering
  16. >such a small part from AT&T. Tips, clues, flames, all are appreciated. I
  17. >checked FAQ to no avail.
  18.  
  19.    Looking into the 8 pin modular jack (RJ45 I think??) you'll see that 
  20. pin 1 should be on the right..
  21.  
  22.        Diagram of what you should see when looking at an 8 PIN
  23.                modular jack connector..
  24.  
  25.                +----------+
  26.                | 87654321 | 
  27.                |          |
  28.                +--+    +--+
  29.                   |    |
  30.                   +----+
  31.  
  32.   Ok, not all 3B2 8 pin modular jack connectors are created "EQUAL"..  These
  33. beasties are used for running StarLan 1MBit, EPORTS cards, PORTS cards, as
  34. well as for running ETHERNET 10MBits as well..
  35.  
  36.   The pin outs for the 2 modular jack cables on the back of the 3B2,
  37. as well as for the PORTS card should be as follows....
  38.  
  39.  
  40.      PIN     Lead           Direction             Explanation
  41.     =====  ==========     =============         ========================
  42.       1     PROT GRD                              Ground
  43.       2     reserved                              Not Connected
  44.       3     TXD0            Out                   Transmit Data
  45.       4     DTR0            Out                   Data Terminal Ready.
  46.       5     RXD0            In                    Receive Data
  47.       6     DCD0            In                    Data Carrier Detect
  48.       7     SIG GRD                               Signal Ground
  49.       8     reserved                              Not Connected
  50.  
  51.  
  52.     The 2 modular jacks on the back of your machine should be labeled console
  53. and contty.  If your talking about a PORTS card, here is what one looks like...
  54.  
  55.      Centronics connector
  56.      for Parallel Printer
  57.           |
  58.          \|/
  59.      +------------+     +----+    +----+    +----+   +----+
  60.       \          /      |    |    |    |    |    |   |    |
  61.         \_______/       +----+    +----+    +----+   +----+
  62.  
  63.                            ^         ^        ^        ^
  64.                           The above 4 RJ45 connectors are for
  65.                         plugging serial terminals into your 3B2.
  66.  
  67.  
  68.      The EPORTS card is card that has 8 RJ45 connectors (8 pin modular jacks)
  69. on it.  This card is where you would want to plug a modem onto your system,
  70. because the above connectors DO NOT SUPPORT HARDWARE FLOW CONTROL..  
  71. The PIN OUTS for the EPORTS card is as follows....
  72.  
  73.  
  74.    
  75.      PIN     Lead           Direction             Explanation
  76.     =====  ==========     =============         ========================
  77.       1     PROT GRD                              Ground
  78.       2     CTS             Out                   Clear to Send
  79.       3     TXD0            Out                   Transmit Data
  80.       4     DTR0            Out                   Data Terminal Ready.
  81.       5     RXD0            In                    Receive Data
  82.       6     DCD0            In                    Data Carrier Detect
  83.       7     SIG GRD                               Signal Ground
  84.       8     RTS             In                    Request to send
  85.  
  86.  
  87.  
  88. * NOTES:
  89.  
  90. CTS & RTS (if you have them)..
  91.           Most 3B2 systems need to do the following to enable hardware flow
  92.      control..  Otherwise the 3B2 will ignore RTS & CTS.
  93.  
  94.         epstty hfc    <-- XON/XOFF flow control must be disabled before you
  95.                         do this..  stty command is 1 way to disable XON/XOFF.
  96.                         Line DISCIPLINES are another way to do this..
  97.                            see etc/gettydefs file..
  98.  
  99.  
  100. DTR0 notes.. {3b2 uses this to signal DISCONNECT}
  101.  
  102.          When the 3B2 is active on the port  (waiting for someone to logon
  103. to the port or whatever..), DTR is active..   When the 3B2 wishes to
  104. DISCONNECT (ie too many wrong passwords, or the user logs off the port),
  105. it will lower DTR momentarily.  If you are trying to get a modem to work, you
  106. might want the modem to DISCONNECT the user when DTR is dropped..
  107.  
  108.  
  109.  
  110. DCD0 notes.. {Used to tell 3B2 that the user has DROPPED CARRIER}
  111.  
  112.          When the DCD is set inactive, the 3B2 will assume that the user
  113. has either turned off the terminal, or dropped carrier.  If this occurs,
  114. the user is logged off the system, and background tasks are aborted..
  115. If DCD is inactive, be aware that NONE of the standard AT&T provided utilities
  116. are capable of sending anything to the device.
  117. {cu won't work on the device, and forget about outbound UUCP's from working}
  118.  
  119.     In the case of a MODEM, when the user drops carrier, you want the modem to
  120. "momentarily" lower this DCD0 just long enough for the 3B2 to realize that the
  121. user has dropped carrier.  The modem should then Re-ENABLE DCD0, so that the
  122. 3B2 will be able to send data to the modem.  {needed for cu, and outbound
  123. UUCP to work correctly}
  124.  
  125.      Most semi-decent modems are capable of handling DCD and DTR in a 3B2
  126. friendly manner.  I have done this with PEP's, USR HST's, and MicroComm
  127. 9600 AX modems, without incident..
  128.  
  129. This is probably a useful blurb for the FAQ..
  130.  
  131. Cheers....
  132.  
  133.                         ---- Robb ----
  134.