<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi Alexandre and Roman,<br>
    <br>
    <div class="moz-cite-prefix">Le 28/02/2021 à 20:05,
      <a class="moz-txt-link-abbreviated" href="mailto:pd-list-request@lists.iem.at">pd-list-request@lists.iem.at</a> a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:mailman.32.1614539143.427.pd-list@lists.iem.at">
      <pre class="moz-quote-pre" wrap="">Date: Sun, 28 Feb 2021 19:46:36 +0100
From: Roman Haefeli <a class="moz-txt-link-rfc2396E" href="mailto:reduzent@gmail.com" moz-do-not-send="true"><reduzent@gmail.com></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:pd-list@lists.iem.at" moz-do-not-send="true">pd-list@lists.iem.at</a>
Subject: Re: [PD] pduino / comport / raspberry
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:9f55d9bdefe73a9d993790cdd0d5221dc21eabfb.camel@gmail.com" moz-do-not-send="true"><9f55d9bdefe73a9d993790cdd0d5221dc21eabfb.camel@gmail.com></a>
Content-Type: text/plain; charset="utf-8"

On Sun, 2021-02-28 at 14:13 -0300, Alexandre Torres Porres wrote:
</pre>
      <blockquote type="cite" style="color: #007cff;">
        <pre class="moz-quote-pre" wrap="">hi, will teach a course on pd+arduino+raspberry in a couple of months

I don't see a comport for raspberry on deken, 
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">I do see it:

<a class="moz-txt-link-freetext" href="http://puredata.info/Members/rdz/software/comport/1.1.1/comport-v1.1.1-(Linux-armv7-32)-externals.tar.gz" moz-do-not-send="true">http://puredata.info/Members/rdz/software/comport/1.1.1/comport-v1.1.1-(Linux-armv7-32)-externals.tar.gz</a></pre>
    </blockquote>
    Oh nice, I'm still using comport v0.2<br>
    I need to check this new version.<br>
    <br>
    Actually I have a project running on a pi zero which is connected to
    a nano via the rx tx pins.<br>
    I use the comport external to communicate between the pi and the
    nano.<br>
    I wrote an intitialization script for the pi zero that installs all
    dependencies, downloads and compiles pure data, then download and
    compiles required dependencies including comport (among other
    environments like nodejs)<br>
    The part that downloads and compiles comport is very simple and
    works well.<br>
    I goes like this :<br>
    <br>
    wget
<a class="moz-txt-link-freetext" href="https://sourceforge.net/projects/pure-data/files/libraries/comport/comport-0.2.tar.gz">https://sourceforge.net/projects/pure-data/files/libraries/comport/comport-0.2.tar.gz</a><br>
    tar -xvf comport-0.2.tar.gz<br>
    <span class="pl-c1">cd</span> comport-0.2<br>
    sudo make install<br>
    <span class="pl-c1">cd</span> ..<br>
    <br>
    But there might be simpler ways to achieve this nowadays, I don't
    know ...<br>
    Anyway, I hope this might help someone.<br>
    <br>
    Cheers,<br>
    Joseph
    <blockquote type="cite"
      cite="mid:mailman.32.1614539143.427.pd-list@lists.iem.at">
      <blockquote type="cite" style="color: #007cff;">
        <pre class="moz-quote-pre" wrap="">neither pduino
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">You don't need to compile pduino. It's an abstraction and also appears
in Deken, when searching for it on a Raspberry Pi:

<a class="moz-txt-link-freetext" href="http://puredata.info/Members/rdz/software/pduino/0.7/pduino%5Bv0.7%5D.dek" moz-do-not-send="true">http://puredata.info/Members/rdz/software/pduino/0.7/pduino%5Bv0.7%5D.dek</a>

Roman</pre>
    </blockquote>
    <br>
  </body>
</html>