<div dir="ltr">On Mon, Sep 21, 2015 at 10:55 AM, Pagano, Patrick <span dir="ltr"><<a href="mailto:pat@digitalworlds.ufl.edu" target="_blank">pat@digitalworlds.ufl.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hello<br>
</p>
<p><br>
</p>
<p>I want to use the arduino pro mini with pure data on the serial pins on the raspberry pi2 board for a project i am working on. My Arduino Uno works fine but i assume that is i assume because i am getting the serial data sent on the USB which seems to show
 up as<br>
</p>
<p><br>
</p>
<p>/dev/ttyAMA0 in raspberry pi debian<br>
</p>
<p><br>
</p>
<p>what i assume i need is it to work on /dev/ttyS0 /dev/ttyS1<br>
</p>
<p><br>
</p>
<p>I already turned off the serial to console stuff in raspberry and commented out the commandline stuff as well as modified the innittab getty things according to the interwebs, but i cannot get Pduino or comport to recognize the device when it's connected
 to the analog serial pins directly on the raspberry<br>
</p>
<p><br></p></div></blockquote><div>You can send [comport] a [devices( message and it will print the list of ports to the Pd console. You can send [comport] a [devicename /dev/ttyS0( message to open /dev/ttyS0.<br>Pduino may have the port names hard-coded either in the Pd patch or the Arduino code, so you'd need to edit those.<br> <br><br></div><div>Martin<br></div></div></div></div>