home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / info / conctty.inf < prev    next >
Internet Message Format  |  1994-03-04  |  2KB

  1. Date: Thursday, 26 February 1987  02:29-MST
  2. From: larry at Jpl-VLSI.ARPA
  3. To:   Info-IBMPC at MIT-MC
  4. Re:   CTTY Answer
  5.  
  6. An answer to someone else's question follows, on how to set up a cable
  7. to use another PC as the system console.  First you need a serial
  8. port, of course.  The two kinds I've used for this purpose were both
  9. from IBM: their Asynchronous Communications Adapter and
  10. Serial/Parallel Adapter.  The following cable works on both when
  11. connected to another ACA or SPA or to a VT100.
  12.  
  13.          pin 2 --------------\  /----------- 2     Transmit Data
  14.                               \
  15.              3 <-------------/ \-----------> 3     Receive Data
  16.  
  17.              4 --------------\  /----------- 4     Request To Send
  18.                               \
  19.              5 <-------------/ \-----------> 5     Clear To Send
  20.  
  21.              6 <-+-----------\  /--------+-> 6     Data Set Ready
  22.                  |            \          |
  23.              8 <-+           / \         +-> 8     Carrier Detected
  24.                             /   \
  25.             20 ------------/     \---------- 20    Data Terminal Ready
  26.  
  27.              7 ----------------------------- 7     Signal Ground
  28.  
  29. In case the diagram isn't clear, pins 2 & 3 criss-cross, as do 4 & 5
  30. and 6 & 20.  Pins 6 & 8 are jumpered together.  The usual protocol is
  31. that DTR comes on when power does and goes off only when a terminal
  32. goes into setup mode or issues a break.  In effect, each device says
  33. "I'm awake!"  The other device recognizes this via its DSR input and
  34. prepares to cooperate.  When a device wants to transmit it activates
  35. RTS ("Can I give you stuff?") and waits until its partner answers
  36. ("Socket to me!") into its CTS pin.
  37.  
  38. After the physical hookup is made, enter the appropriate mode command.
  39. For a VT100 it's typically
  40.  
  41.                        MODE COMn:9600,N,8,1
  42.  
  43. for COM1 or COM2 at 9600 baud, No parity, 8 bits per byte and 1 stop bit.
  44.  
  45. Then type              CTTY COMn
  46. to give control to the terminal (or terminal emulator) on the serial line.
  47.  
  48. To return type         CTTY CON
  49. on the terminal.
  50.  
  51. You can only run programs that use DOS call for input and output.
  52. BASIC and many word processing programs don't.
  53.  
  54.                                                Larry @ jpl-vlsi.arpa
  55.