<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>We had quite some difficulty setting up KPC3P here (on a friend's
      JNOS station) and ended up having the JNOS launch take the KPC3P
      into KISS mode as part of autoexec.nos, and then take it out of
      KISS mode when JNOS quits. Notice we are using a USB version of
      the KPC3P which mounts as ttyUSB1 on our system.</p>
    <p>I see your notes on your additions to autoexec.nos, but ours were
      somewhat different. Notice we used 4096 instead of 576. ALSO
      notice you are defining your KPC3P as 'vhf' but then you are
      com-ming to 'tnc0' instead of to the defined 'vhf' port ...
      perhaps that's the problem?<br>
    </p>
    <p>(This is me and Richard KJ6PTX doing this experiment)<br>
    </p>
    <p>So, in autoexec.nos this is what we added:<br>
    </p>
    <p># KPC3P stuff<br>
      remark KPC3P USB (1200 baud) on port 'kpc3p'<br>
      attach asy ttyUSB1 - ax25 kpc3p 4096 256 1200<br>
      ifconfig kpc3p description "kpc3p - 1200 baud port"<br>
      # Put the KPC3P into KISS mode<br>
      #   the pauses are critical -- things may fail<br>
      #   sporadically if pauses are too short.<br>
      remark "Putting the KPC3P into KISS mode -- "<br>
      remark "  this takes about 10 seconds!"<br>
      pause 2<br>
      comm kpc3p ""<br>
      pause 2<br>
      comm kpc3p "intface kiss"<br>
      pause 2<br>
      comm kpc3p "reset"<br>
      pause 5</p>
    <p>NOTES: Note the port is defined as 'kpc3p' in our case. ALSO
      NOTE: We had to kind of wake up the KPC3P by sending one null
      string first -- this also sets the baud rate I believe. Without
      this wake up, it would not work.<br>
    </p>
    <p>then also create a file called jnos.exit within the /jnos
      directory, with these contents</p>
    <p>sudo echo jnos.exit<br>
      # turn off KISS mode on Kantronics TNC<br>
      sudo echo -e \\xc0\\xff\\xc0 > /dev/ttyUSB1<br>
      echo Turned off KISS mode on Kantronics TNC /dev/ttyUSB1<br>
    </p>
    <p>This file will be executed if JNOS exits abnorbally. Note it is a
      shell script.<br>
    </p>
    <p>And lastly create a file onexit.nos with these contents</p>
    <p>remark onexit.nos<br>
      remark "Turning off KISS mode on the KPC3P"<br>
      shell echo -e \\xc0\\xff\\xc0 > /dev/ttyUSB0<br>
      shell sudo echo -e \\xc0\\xff\\xc0 > /dev/ttyUSB1</p>
    <p>These commands are read and executed by JNOS during a normal
      exit.</p>
    <p>In each case the file sends escape characters to the KPC3P that
      cause it to enter its normal mode -- i.e. to bust out of KISS
      mode.</p>
    <p>-Sky aa6ax<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Sky" (Jim Schuyler)
—Amateur Radio AA6AX
<a class="moz-txt-link-freetext" href="http://aa6ax.us/">http://aa6ax.us/</a></pre>
    <div class="moz-cite-prefix">On 3/2/21 7:43 PM, debiani386 via
      nos-bbs wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:Qs9Ob0Y2jEa-j-yYUovoPS686Eiz_ga5nJR5rcyFNFEuGJoE6j3cnxT5YmJrc-UJzLV24vQZ_PaVL_zQiYJU8IGaZZfzf3ubNLoKQQK-Jzc=@protonmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      I have put it both in kiss as well as host mode in both jnos and
      minicom, but no difference<br>
      <br>
      Christopher kelley<br>
      Kg7ujh<br>
      <br>
      <br>
      Sent from ProtonMail mobile<br>
      <br>
      <br>
      <br>
      -------- Original Message --------<br>
      On Mar 2, 2021, 14:19, < <a class="moz-txt-link-abbreviated" href="mailto:chris@chrismaness.com">chris@chrismaness.com</a>> wrote:
      <blockquote class="protonmail_quote"><br>
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <p>Try putting it in KISS mode by hand with minicom.  <br>
        </p>
        <p>INT KISS</p>
        <p>RESET<br>
        </p>
        <div class="moz-cite-prefix">On 3/2/21 5:15 AM, debiani386 via
          nos-bbs wrote:<br>
        </div>
        <blockquote type="cite"
cite="mid:jiTfJvqBlD6ZvOGXNXbCVdQYPSYf1Vma6ZIUjXEPyZk0KBbp_28bAzuhg4M1nRmPtSQfeeZwyfQeS3lD3Lells3XjR1y57oLNtzSgRdWg6c=@protonmail.com">
          <meta http-equiv="content-type" content="text/html;
            charset=UTF-8">
          <div>Hi Everyone,<br>
          </div>
          <div><br>
          </div>
          <div>I am working to set up JNOS with a KPC-3. I come from the
            PK232 world, so im not too experienced with the KAM modems.
            The problem I am running in to when connecting to any
            station is that jnos will connect to the station, but not
            display any text. It does this no matter what station I
            connect to. <br>
          </div>
          <div><br>
          </div>
          <div>Here is the configuration I have in autoexec.nos for the
            KPC-3 modem:<br>
          </div>
          <div><br>
          </div>
          <div>attach asy ttyS0 - ax25 vhf 576 256 1200<br>
          </div>
          <div>com tnc0 "HB 1200"     # 1200baud RF<br>
          </div>
          <div>com tnc0 "int kiss"<br>
          </div>
          <div>com tnc0 "reset"<br>
          </div>
          <div><br>
          </div>
          <div>I know on my PK232, I had to set 8bitconv to "On",
            however it is on by default on the KPC. <br>
          </div>
          <div><br>
          </div>
          <div>Is there anything else I need to configure on the KPC
            itself?<br>
          </div>
          <div><br>
          </div>
          <div>Christopher Kelley<br>
          </div>
          <div>KG7UJH<br>
          </div>
          <div><br>
          </div>
          <div class="protonmail_signature_block">
            <div class="protonmail_signature_block-user
              protonmail_signature_block-empty"><br>
            </div>
            <div class="protonmail_signature_block-proton">Sent with <a
                href="https://protonmail.com" target="_blank"
                moz-do-not-send="true">ProtonMail</a> Secure Email.<br>
            </div>
          </div>
          <div><br>
          </div>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <pre class="moz-quote-pre" wrap="">_______________________________________________
nos-bbs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nos-bbs@lists.tapr.org" moz-do-not-send="true">nos-bbs@lists.tapr.org</a>
<a class="moz-txt-link-freetext" href="http://lists.tapr.org/mailman/listinfo/nos-bbs_lists.tapr.org" moz-do-not-send="true">http://lists.tapr.org/mailman/listinfo/nos-bbs_lists.tapr.org</a>
</pre>
        </blockquote>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
nos-bbs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nos-bbs@lists.tapr.org">nos-bbs@lists.tapr.org</a>
<a class="moz-txt-link-freetext" href="http://lists.tapr.org/mailman/listinfo/nos-bbs_lists.tapr.org">http://lists.tapr.org/mailman/listinfo/nos-bbs_lists.tapr.org</a>
</pre>
    </blockquote>
  </body>
</html>