home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / mods / icom / ic731_1.doc < prev    next >
Text File  |  1997-02-01  |  5KB  |  101 lines

  1. >> Having just purchased an ICOM-735 transceiver, I'm interested in finding out
  2. >> if anyone has devised the necessary interface between a PC and the rig's
  3. >> serial control port?  I know Icom makes one, and though I haven't checked
  4. >> the price yet I'm sure it will be ridiculously out of line.  Thanks.
  5.  
  6. OK Here is the design --
  7.  
  8.        ICOM Radio/RS232 interface which meets RS232 specifications.
  9.  
  10. *------------------------------------------------------------------------*
  11. *    This circuit has no expressed or implied warranty of any kind.      *
  12. *  It works very well for my IC-735 and with three different computers.  *
  13. *  It has not been used on any other Icom radio but should be compatible *
  14. *    with a number of other desktop models.                              *
  15. *                                 BUT                                    *
  16. *                     !! USE IT AT YOUR OWN RISK !!                      *
  17. *               D. W. Bray, K2LMG -- Clarkson University                 *
  18. *------------------------------------------------------------------------*
  19.  
  20. This design uses a chip designed to produce both the + and - voltages required
  21. by RS232 from a single +5 volts, and incorporates two receiving and
  22. transmitting inverters which meet the RS232 specifications.  The only other
  23. chip needed is a buffer which allows its output to be driven from another
  24. source.
  25.  
  26. A circuit drawing is presented below.  In words, the implementation is:
  27.  
  28. ICL232 Chip -- Pin 14 is output to RS232 Pin 3; Pin 13 is input from RS232 Pin
  29.             2; Pin 11 is tied to 7417 Pin 2 and to a 270 ohm resistor, the
  30.             other resistor connection is tied to +5V; Pin 12 is tied to 7417
  31.             Pin 3.
  32.  
  33. ICL232 Chip -- Capacitors.  C3 + lead is tied to Pin 2, C3 - lead is tied to
  34.             +5V; C1 + lead is tied to Pin 1, C1 - lead to Pin 3; C2 + lead is
  35.             tied to Pin 4, C2 - lead tied to Pin 5; C4 + lead tied to GND, and
  36.             C4 - lead tied to Pin 6.
  37.  
  38. ICL232 Chip -- VCC is Pin 16 which is tied to +5V. GND Pin is 15 which is tied
  39.             to ground.  All leads not mentioned should be open.
  40.  
  41. 7417 Chip -- Pins 2 and 3 are tied as discussed above.  Pins 1 and 4 are
  42.             connected together and to the center pin of a 1/8" plug for
  43.             connection to an Icom radio.
  44.  
  45. 7417 Chip -- VCC is Pin 14 which is tied to +5V. GND is Pin 7 which is tied to
  46.             ground.  All leads not mentioned should be open.
  47.  
  48.  
  49. The ICL232 chip uses an internal oscillator to create the +- voltages by
  50. voltage doublers (which require C1 and C2).  Pin 2 is a +10V source, Pin 6 is a
  51. -10V source (but are not connect to anything is this design).  The Transmitters
  52. (Tx) and Receivers (Rx) meet RS232 specifications.  One source of the ICL232
  53. is: DigiKey Corp., Thief River Falls, MN 56701-0677 -- 1-800-344-4539.  Price
  54. approximately $4.80.
  55.  
  56. The 7417 is an open collector buffer chip.  This allows a buffer output to be
  57. driven from another source, and is compatible with the Icom IC-735 internal
  58. pull-up circuit.  Designs which use 1488/1489 chips, where the Icom
  59. input/output lead is tied to a buffer output (in a similar manner to this
  60. circuit), violate chip specifications.
  61.  
  62. In this diagram "+" means "cross", that is, no connection; '*' means
  63. connection.
  64.  
  65.      .----------.  ---------------
  66.      |      .---+-| 1          16 |---- +5V
  67.      |     +|   | |               |
  68.     +|  C1 ---  --| 2 +10V     15 |----- GND
  69.  C3 ---    ---    |               |
  70.     ---     |     |     Tx Out 14 |------> RS232 Pin 3     .---> RS232 Pin 7
  71.      |      ------| 3             |                        |
  72.     +5V     .-----| 4    Rx In 13 |------< RS232 Pin 2    GND
  73.            +|     |               |
  74.         C2 ---    |     Rx Out 12 |-----.  +5V
  75.            ---    |               |     |   |
  76.             |     |      Tx In 11 |--.  |   R
  77.             ------| 5             |  |  |   |
  78.      .------------| 6 -10V     10 |  ---+---*          -----------
  79.      |            | 7             |     |   |    .----| 1      14 |--- +5V
  80.  C4 ---           | 8           9 |     |   -----+----| 2      13 |
  81.     ---            ---------------      ---------+----| 3      12 |
  82.     +|                 ICL232                    *----| 4      11 |
  83.     GND                                          |    | 5      10 |
  84.                                                  |    | 6       9 |
  85.     C1, C2, C3, C4 = 47 uF                       |  .-| 7       8 |
  86.     R = 270 ohms                                 |  |  -----------
  87.                                                  | GND     7417
  88.          Optional Regulator                      |
  89.                                                  ----<>  ICOM-Radio
  90.              -------------
  91.             |             |
  92.  13.8V >-*--| IN      OUT |----> +5V
  93.          |  |             |
  94.      C5 --- |             |   C5 = 0.1 uF
  95.         --- |             |
  96.          *--| Common      |   In words: Tie 13.8V to the Input Pin and to a
  97.          |   -------------              0.1 uF capacitor connected to ground.
  98.         GND      7805                   Tie the Common regulator pin to ground.
  99.                                         The Output Pin is +5V.
  100.