<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 2013-04-11 09:46, Dean Gibson AE7Q
      wrote:<br>
    </div>
    <blockquote cite="mid:5166E8E4.7080205@ae7q.net" type="cite">Marco:
      <br>
      <br>
      Presently, Chirp communicates with the Yaesu FT-897D only in clone
      mode.  It's been quite some time, but as I recall, one can
      read/write memory in the FT-897 (and I think the FT-857 and FT-817
      series as well) using two commands (one for read, and one for
      write) that provide a radio memory address and just transfer just
      two bytes of memory.  As I recall, it was reasonably quick if the
      timing was right, to transfer significant amounts of data in a
      short time. <br>
      <br>
      Are you planning to make that kind of change to Chirp?  That would
      be more convenient for users than going into clone mode.  On the
      FT-897D, you have to press two ("MODE") buttons that are very
      close to each other and also close to a <b>knob</b>, as you power
      on the unit. It's a little awkward, and even more so if one has
      fat fingers (I don't).  Then, if you accidentally remember the
      wrong pair of buttons and press the two "BAND" buttons just below
      the two "MODE" buttons when you power on, the radio executes the
      diagnostic "relay cleaning" operation. <br>
      <br>
      Just another "wild" suggestion ... <br>
    </blockquote>
    <br>
    Upon closer examination of my old Java code from 2006 (in file
    SerialIO.java that I sent you, Marco), I see that two bytes is the <b>minimum</b>
    transfer amount.  You just have to be careful to not specify too
    long a transfer length (see the code).  The command to read blocks
    of memory is 0xBB (see function "get"), and the command to write
    blocks of memory is 0xBC (see function "update").<br>
    <br>
    I know these are old radios (but still being manufactured and sold
    new), but this would be a nice improvement to Chirp's handing of
    these radios.<br>
    <br>
  </body>
</html>