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

  1. ICCIIV.2                                     - 2 -
  2.           
  3.           
  4.           
  5.           model CT-17 level converter for RS232.
  6.           
  7.                The interface uses a "carrier-sense, multiple-access
  8.           with collision detection" local area network protocol, so
  9.           that multiple rigs can be connected in parallel without dif-
  10.           ficulty.  Thus, you can use the same RS232 line and level-
  11.           converter interface to control many rigs.  Each rig must
  12.           have a unique address, which is set by internal jumpers.
  13.           Each model comes factory preset to its own address, which is
  14.           04 for the 735 and 08 for the R7000.  Appendix 2 has infor-
  15.           mation on the jumper settings.
  16.           
  17.                I will use the words "receive" and "send" to refer to
  18.           data transmissionhe word "rig" to mean an ICOM product using the
  19.           CI-V interface.
  20.         
  21.           
  22.           
  23.                The rigs send and receive data in variable length pack-
  24.           ets, which are formatted as follows:
  25.           
  26.                   Byte #    Contents
  27.           
  28.                   1         hex 'FE' (i.e. 11111110 binary, 254 decimal)
  29.                   2         hex 'FE'
  30.                   3         <RX>
  31.                   4         <TX>
  32.                   5         <Code>
  33.                   6-n       <BCD data of variable length>
  34.                   n+1       hex 'FD'
  35. CONTINUED IN FILE ICCIIV.9
  36.