home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rosesw33 / readzsw.me < prev    next >
Text File  |  1989-04-09  |  6KB  |  175 lines

  1. Last Update: 4/5/89
  2.  
  3. Greetings!
  4.  
  5. Thank you for your interest in the RATS Open System Environment!
  6.  
  7. The following hardware [uggh] changes must be made to run the code:
  8.  
  9. If you are running on a TNC-2 [or Clone (ie. Z80 w/SIO)]
  10.     Then you MUST   1) Insert ROM and have fun
  11.     It would be nice if you added more memory, but it will run
  12.     with 16K-32K, with more users being supported with more memory.
  13.  
  14. If you are running a Pac-Comm DR-200
  15.     Then you MUST add the following jumpers:
  16.  
  17.     Jumper U14/25 to U15/19
  18.     Jumper U16/25 to U15/21
  19.  
  20.     U14 = 7910 Port A
  21.     U15 = 8530 SCC
  22.     U16 = 7910 Port B
  23.  
  24.     This connects the DCD outputs of the 7910's to the SCC.
  25.  
  26.     The clocks for the TX and RX of each port are now independent, to
  27.     set up the correct clocks use the following table:
  28.  
  29.     U12 Pin        RXClock        TXClock
  30.        7        9600
  31.        5        4800
  32.        4        2400
  33.        6        1200
  34.        13        600
  35.        12        300        9600
  36.        14                4800
  37.        15                2400
  38.        1                1200
  39.        2                600
  40.        3                300
  41.  
  42.  
  43.     The SCC Pins are defined as follows:
  44.  
  45.     Port #        RXClock        TXClock
  46.     0        U15 28        U15 26
  47.     1        U15 14        U15 12
  48.  
  49.     For Dual port with both running at 1200 Baud
  50.  
  51.     U15 28 and U15 14 to U12 6  (Set RXClock for each)
  52.     U15 26 and U14 12 to U12 1  (Set TXClock for each)
  53.  
  54.  
  55.     For 1200 Baud User port (Port 0) and 300 Baud trunk (HF)
  56.  
  57.     U15 28 to U12 6 (RXC)
  58.     U15 26 to U12 1 (TXC)
  59.     U15 14 to U12 12 (RXC)
  60.     U15 12 to U12 3 (TXC)
  61.  
  62.     I have not recently tested 9600 baud but will soon.
  63.  
  64.     Pull the Watchdog timer out (U19), it doesn't seem to do anything.
  65.     Remove the RX Audio filtering (U17 and U20), the modem will work
  66.     better on it's own.  I removed U17, R21, R23, Diodes at C24 and
  67.     installed a 0.1 uf at C24 and JP-FA. And the same for the other
  68.     port (Remove U20, R34, R33, Diodes at C45 and installed 0.1 uf at
  69.     C45 and JP-FB).  If you use the modem on HF remember the tones are
  70.     425 hz higher (.5 khz on dial should be ok) and you need to reduce
  71.     the RF Gain so the background static is below 10mv (audio).
  72.     Might want to use the R33/R30 voltage divider and add jumper from
  73.     their junction to the other side of JP-FB and remove C41 and leave
  74.     JP-FB uninstalled.
  75.  
  76. NOTE:    ***************************************************
  77.     The SAME ROM will work in both machine models, put
  78.     what-ever you want in the way of RAM, the INIT code
  79.     checks it all out and configures the Level 1 parms.
  80.  
  81.  
  82. DR-200 Note:
  83.     The port that is next to the RESET pin is SCC Port B,
  84.     and is called port 0 to my code.  Right now if you call
  85.     a user out of the switch it Always calls on port 0.
  86.     Unless you configure a User for another port, it's defined
  87.     like a Node with a path and MaxVC 0.
  88.  
  89.     The Daughter board is not currently supported. (Very soon,
  90.     it has a TNC-2 style modem disconnect so it's the simplest
  91.     way to attach the NB-9600 High Speed modem)
  92.  
  93.     The TNC-220 is not currently supported (soon, it's easy)
  94.  
  95. ******************************************************************
  96. Burn the ROM (27256), there is Intel Hex (ROSEZSW.HEX) and
  97. binary (ROSEZSW.BIN).
  98.  
  99. Insert into your TNC-2 [or Clone]/DR-200
  100. You will see the LEDs (if a TNC) flash about once a sec.
  101. If they don't flash check for bent pins, etc, if still no good
  102. then please call me (201) 478-7919 as the archive you got was
  103. corrupted and I would like to fix it ASAP!
  104.  
  105. Install at site (well... connect a radio to it.)
  106.  
  107. Use the .CNF files as examples and modify one of them to model your
  108. network.  If you only have one switch then you will not have any
  109. nodes other than "This Node" and there will be no "Route to nodes..."
  110. The last line of the file is a WRITE statement specifing the output
  111. file name (usually .TBL)
  112.  
  113. Run the Configuration program (CONFIGUR.EXE), it will create a file
  114. (you specified the input filename).  This will create the hex .TBL that
  115. needs to be uploaded to the switch.
  116.  
  117. Connect to the switch with the following command:
  118.  
  119. C CONFIG VIA ROSE-3,000000
  120.  
  121. You will get a connect message that includes the Version number
  122.  
  123. Upload the configure data file(.TBL).
  124. (You should get upto 12 "OK"'s and NO "Error"'s
  125. When all the data is ack'ed, disconnect
  126.  
  127. The Switch is now configured, if you configured it with the call KJ4HP-3
  128. and the address 502826 then to re-configure it you need to issue:
  129.  
  130. C CONFIG VIA KJ4HP-3,502826
  131.  
  132.  
  133. I have included the MAP file so you can modify the default parms in the ROM
  134.  
  135. the switch call is at the address "mycall"
  136. the switch digipeater call at address "mydigi"
  137. the switch x.121 network address at "myadr"
  138.  
  139. The calls are in AX.25 format, ie. shifted ascii, 6 char followed by the SSID
  140. The x.121 address is best shown by example:
  141.  
  142. myadr:    db    10    ;Length of address in NIBBLES! (aka 4 bit chunks)
  143.     db    31h,00h    ;Data Network Id Code for USA
  144.     db    20h,17h,79h    ;Area Code 201, Exchange 779
  145.     db    0,0        ;a couple extra zero's for good measure
  146.  
  147.  
  148. -----------------------------------------------------------------------
  149. New Features:
  150.      DNIC support, the switch supports up to 8 different DNICS.
  151.  
  152. ex:
  153. C VE7APU V N2DSY-3,3020,617385
  154.  
  155. and if you get a call from a different DNIC than the switch you use it will
  156. also insert it in the out-bound call.
  157.  
  158. Routing:
  159.     You now can specify sets of addresses that a node will accept as it's own,
  160.     I have a switch here in Clifton, my phone number is (201) 478-7919, so I
  161.     use node address of 201478; Clifton also has exchanges 470, 772, 777, 778,
  162.     and 779.  I can now configure W2VY-3 (201478) to handle 201470, 201772... as
  163.     local calls [as if the call had specified 201478].
  164.  
  165. Coming attractions:
  166.     I'd like to get 19.2 KB running, 9.6KB is shaky right now.
  167.     Coming very soon an interactive configuration program that will
  168.            allow traffic/stats monitoring.
  169.     And with the interactive configuration we will have authentication
  170.            of the configuration commands.
  171.  
  172. 73
  173. tom, w2vy
  174. (201) 478-7919
  175.