home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / pdp11 / 942 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  4.1 KB

  1. Path: sparky!uunet!mcsun!uknet!edcastle!castle.ed.ac.uk!jlothian
  2. From: jlothian@castle.ed.ac.uk (J Lothian)
  3. Newsgroups: vmsnet.pdp-11
  4. Subject: Re: Unibus Serial port problems
  5. Message-ID: <30006@castle.ed.ac.uk>
  6. Date: 8 Jan 93 18:59:15 GMT
  7. References: <1993Jan7.071412.962@netcom.com>
  8. Sender: nntpusr@castle.ed.ac.uk
  9. Organization: Edinburgh University Computing Service
  10. Lines: 120
  11.  
  12. Here's some stuff about the M7856 (DL11-W) module 
  13. (combined serial port/real-time clock), taken from
  14. the print-set. As far as I can remember, there are 5
  15. sets of dip-switches on the board. Mode of operation
  16. is selected as follows:
  17.  
  18. Mode 1: serial line and RTC can both be addressed.
  19. Serial line addresses are restricted to 77756X. [Standard
  20. console address]. Line clock is at 777546.
  21. Mode 2: Only serial line can be addressed. Address selection
  22. ranges from 774000 to 777777. Line clock is disabled. 
  23. Mode 3: Only line clock can be addressed, serial line 
  24. does not respond to any address. Line clock is at 777546.
  25.  
  26. Mode selection & address bits:
  27.  
  28. Address bit    A10  A09  A08  A07  A06  A05  A04  A03  N/A  N/A
  29. Switch        S5-3 S5-2 S5-1 S5-4 S5-5 S5-6 S5-8 S5-7 S5-9 S5-10
  30. Mode 1        Off  Off  Off  On   Off  Off  Off  On   Off  On
  31. Mode 2        Off  Off  Off  On   Off  Off  Off  On   On   Off
  32. Mode 3        Off  Off  Off  On   Off  Off  On   On   On   On
  33.  
  34. Mode 2 is shown for serial line addresses 77756X. For address 
  35. bits in mode 2, switch off = 1 and switch on = 0.
  36. [Apparently, it is not possible to deviate from the specified
  37. address for the serial port in Mode 1 -- I have a feeling that
  38. if you fiddle with the address switches in Mode 1, the LTC
  39. address may move as well.]
  40.  
  41. Note: remove R63 from DL11-W operating in Mode 2 to allow proper 
  42. operation of a line frequency clock or other DL11-W in Mode 1
  43. or Mode 3. [R63 goes from the BUS LTC L signal at pin CD1
  44. on the backplane connector to (among other things) pin 9 on a 7414,
  45. and is a 330 ohm resistor. It should be easy enough to find --
  46. I don't have a layout diagram for the board.]
  47.  
  48. Vector Address Assignments
  49.  
  50. Line clock is fixed at 100. Serial line assignments are
  51. floating vectors of the form XX0 (receiver) and XX4 (transmitter),
  52. where XX is 00 to 77. For console device, vector should be
  53. 060/064.
  54.  
  55. Vector bit    V8   V7   V6   V5   V4   V3
  56. switch        S2-8 S2-7 S2-5 S2-3 S2-6 S2-4
  57. 060/064        Off  Off  Off  On   On   Off
  58. On=1, Off=0.
  59.  
  60. Data Format
  61.  
  62. Bits per Character
  63. S4-4 S4-3 Bits
  64. On   On   5
  65. On   Off  6
  66. Off  On   7
  67. Off  Off  8
  68.  
  69. Parity
  70. S4-2 S4-6 Parity
  71. Off  Off  Off
  72. On   Off  Off
  73. Off  On   Even
  74. On   On   Odd
  75.  
  76. Stop Bits
  77. S4-5 Stop bits
  78. On   1
  79. Off  2 (or 1.5 if 5 data bits selected)
  80.  
  81. Baud Rate Selection
  82. Rate      Receiver    Transmitter
  83.     S3-2 S3-3 S3-5  S4-10 S3-1 S3-4
  84. 110    Off  Off  Off    On    On   On
  85. 150    On   Off  Off    Off   On   On
  86. 300    Off  On   On    On    Off  Off
  87. 600    Off  On   Off    On    Off  On
  88. 1200    Off  Off  On    On    On   Off
  89. 2400    On   On   On    Off   Off  Off
  90. 4800    On   On   Off    Off   Off  On
  91. 9600    On   Off  On    Off   On   Off
  92.  
  93. Current Loop Active/Passive Selection
  94. Transmitter    S1-1 S1-2 S1-3 S1-6 S1-7
  95. Active        On   On   Off  Off  On
  96. Passive        Off  Off  On   On   Off
  97.  
  98. Receiver    S3-6 S3-7 S3-8 S3-9 S3-10
  99. Active        On   Off  On   Off  On
  100. Passive        Off  On   Off  On   Off
  101.  
  102. Reader Enable    S1-4 S1-5 S1-8 S1-9 S1-10
  103. Active        On   Off  On   Off  On
  104. Passive        Off  On   Off  On   Off
  105.  
  106. [There is a spade lug on the board, near the front
  107. edge, which can be connected to one of the spade lugs
  108. on the M9301 bootstrap module, so that pressing BREAK 
  109. on your terminal keyboard will cause the machine to bomb
  110. into the bootstrap module's console emulator.]
  111.  
  112. So there you go. I've used one of these boards on my 11/40
  113. for several years now, without much bother. I have an M9301
  114. for bootstrap, and am good at avoiding BREAK when typing!
  115.  
  116. The only thing that occurs to me about the problems
  117. you've been having is: is there another device (e.g.
  118. bootstrap board) in your system that includes an
  119. LTC circuit? See the note about R63 above.
  120.  
  121. You can reset the 11/34 CPU by placing CONT/HALT
  122. in HALT position, then operating BOOT/INIT. 
  123.  
  124. Good luck.
  125.  
  126. James
  127. -- 
  128.  
  129. -------------------------------------------------------
  130. James Lothian        |      "It's life, Jim, 
  131. james@uk.ac.ed.caad  |   but not as we know it"
  132.