home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / COMMS / ANSIMP92.ARC / SCC.DOC < prev    next >
Text File  |  1990-09-20  |  7KB  |  187 lines

  1.  
  2.           SCC notes  (very brief)
  3.  
  4. Part 1 ---- IMP
  5.  
  6. Part 2 ---- Construction
  7.  
  8. Part 3 ---- Telcom
  9.  
  10.  
  11.               Part 1 IMP
  12.  
  13. ------------------------------------------------------------------------
  14. | Note IMPORTANT                                                       |
  15. |                                                                      |
  16. | for use on some boards such as the earlier 'ROS' boards use 'RX'     |
  17. | and 'TX' disabling 1k block request otherwise you will hang on a     |
  18. | transfer of more than 128 blocks                                     |
  19. |                                                                      |
  20. ------------------------------------------------------------------------
  21.  
  22.  I2B-SCC.ASM - MicroBee 128k computer with 8530 (SCC) hardware 
  23.  installed as per MicroBee drawing 8432-4-01
  24.  
  25.  test version started 25/02/87 by Tony Ellis VK2ZNH
  26.  
  27.  interrupts from 8530, no autocall when used with BeeModem
  28.  having 300 1200/75 and 75/1200 baud options. Autocall with 'Hayes' types.
  29.  
  30.  to implement the split rates pin 3 must be connected to pin 6 on Port A
  31.  
  32.  DTR does not have an RS232 driver, so RTS is toggled at the same time and
  33.  can be used instead of DTR for that function ( it does have a driver )
  34.  
  35.  high-speed options upto 57600 baud provided for direct bee-to-another
  36.  micro links.
  37.  
  38.  imp244.obj patched - replaced 110 bps option with 75/1200 bps option
  39.  and 600 bps with 1200/75 option (consequently times shown for split baud
  40.  rate transfers are incorrect !!
  41.  
  42.  operates in full duplex with split baud rates using port A 
  43.  (that is the one nearest to the DIN power connector)
  44.  NB this is different to Telcom which uses Port B
  45.  
  46.  Split rates
  47.  Selecting speed of 75 bps gives Tx = 1200 bps Rx = 75 bps
  48.  Selecting speed of 1200 bps gives Tx = 75 bps Rx = 1200 bps (normal use)
  49.  
  50. -----------------------------------------------------------------------------
  51.  
  52.  SUGGESTED PIN CONNECTIONS FOR ADAPTOR CABLE for IMP (Port A)
  53.  
  54.   15 pin male connector                  25 pin female connector
  55.  
  56.                  +10.5 volts for BeeModem
  57.    pin 1 -------------------------------- pin 9
  58.  
  59.                  DTR/RTS
  60.    pin 2 -------------+------------------ pin 4
  61.                       | 
  62.                       ------------------- pin 20
  63.  
  64.    pin 3 ------- TRxC 
  65.                 |
  66.    pin 6 ------- RTxC
  67.  
  68.                  TxD
  69.    pin 9 -------------------------------- pin 2
  70.  
  71.                  CTS
  72.    pin 11 ------------------------------- pin 5
  73.  
  74.                  RxD
  75.    pin 13 ------------------------------- pin 3
  76.  
  77.                  GND
  78.    pin 15 ------------------------------- pin 7
  79.  
  80.  
  81.  
  82.  
  83.            Part 2      Construction Notes
  84.  
  85. Parts list
  86. G2      Crystal 3.6864 MHz   source Geoff Wood in Lane Cove
  87. X3      D15 right angle female  type 15SCA Port B
  88. X4      D15 right angle female  type 15SCA Port A
  89. IC42    Zilog 8530 SCC source George Brown on Paramatta Road
  90. IC43    74LS04
  91. IC44    74LS164
  92. IC45    1489
  93. IC46    74LS74
  94. IC47    1488
  95. IC48    74LS32
  96. IC50    7660
  97. Sockets to suit (Makes fault finding much easier - use good quality dual-wipe)
  98. C44-51  .1 mfd chip monolithic
  99. C53-55  .1 mfd chip monolithic
  100. C56     10 mfd Tantalum
  101. C57     10 mfd Tantalum
  102. R8      4.7k resistor
  103. D3      OA91 or similar
  104. D4      IN914/IN4148 or similar
  105. D5      IN914/IN4148 or similar
  106.  
  107. A Larger Heatsink for the two 5 volt Rectifiers is needed for reliability.
  108. The one (or two on some early machines) are just not effective enough.
  109.  
  110. N.B. HARD-DISK owners. (only, and not applicable to all harddisk machines)
  111.  
  112. 1. The W3 123 pads beside the SCC need changing to put the SCC second priority
  113. in the Interrupt daisy chain. On the none-component side cut the link between
  114. W3-2 and W3-3 and make a connection between W3-1 and W3-2. This ensures the
  115. hard-disk is still the highest priority.
  116.  
  117. 2. The 4Mhz oscillator is needed for the SCC clock. Therefore the following
  118. parts must all be installed. Fit any that are missing.
  119. IC40    74LS04
  120. G1      4 MHz crystal
  121. C39     .01 mfd
  122. C40     220pf
  123. R4,R5   1k resistor
  124.  
  125.  
  126. Connection Details for Port A and Port B
  127.  
  128. pin 1   +10.5 volts   
  129. pin 2   RTS  RS232 level
  130. pin 3   TRxC TTL level
  131. pin 4   DTR  TTL level
  132. pin 5   RTS  TTL level
  133. pin 6   RTxC
  134. pin 7   NC
  135. pin 8   DCD  TTL level
  136. pin 9   TxD  RS232 level
  137. pin 10  TxD  TTL level
  138. pin 11  CTS  RS232 level
  139. pin 12  -9 volts
  140. pin 13  RxD  RS232 level
  141. pin 14  +5 volts
  142. pin 15  GND
  143.  
  144. Note: there is an internal connection between pin 3 Port A and pin 3 Port B
  145.       on the PC board.
  146.  
  147. Some things to be aware of:-
  148.  
  149. 1. Make sure your power supply is no more than 10.5 volts - otherwise the
  150.    7660 IC gets a bit upset...
  151.  
  152. 2. If using a long ribbon cable on Port B, then cut the clock line close to 
  153.    the 'Bee connector, or otherwise the oscillator may be unreliable.
  154.  
  155. 3. Some Version 3 boards will not work without a capacitor on the write line
  156.    to supress a glitch. This can be fixed by adding a 47 to 220pf capacitor
  157.    be-tween pins 3 and 7 of IC33. This is NOT needed on Version 4 boards. 
  158.  
  159.  
  160.         Part 3         Telcom Notes
  161.  
  162. To use BeeModem with Telcom 2.3 use Port B (i.e. one nearest disk cable)
  163.  
  164. Make a D15 male to D25 pin female adaptor cable as follows
  165. 15 pin connector          25 pin Connector
  166. pin  1                    pin  9                +10.5 volts
  167. pin  9                    pin  2                TxData
  168. pin 11                    pin  5                CTS
  169. pin 13                    pin  3                RxData
  170. pin 15                    pin  7                GND
  171.  
  172. Select port 2 on the Telcom Menu and off you go!
  173.  
  174.    The information here is correct to the best of my knowledge. Please leave a
  175. message describing any omissions or needed corrections which will go into the 
  176. next version. Leave me a note on SMUG bulletin board if you have problems ...
  177. (02) 476 6396 ... or the MicroBee Conference ...
  178.  
  179.    In information from AAPRA (the Packet Radio people) is seems that there
  180. is a track missing on some 128k core-boards that affects the SCC. The missing
  181. track is from IC49 pin 4 or IC41 pin 1 (which are connected) to IC33 pins 2
  182. and 4. Check your board, and if missing, fit it. It affects the chip reset and 
  183. on a few boards has stopped the SCC from working properly.
  184.  
  185.                                               Tony Ellis VK2ZNH 15/07/89
  186.  
  187.