<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?)]]></title><description><![CDATA[<p>Hi,</p>
<p>I’m new to raspberry pi and am trying to run Pure data on it to control a teensy 3.2 using Open Sound Control which in turn controls some stepper motors for a pump just like here <a href="https://github.com/DropletKitchen/pumpsn17" rel="nofollow">https://github.com/DropletKitchen/pumpsn17</a> (using the teensy code and PD files provided at the end of the page). I’ve finally managed to install PD extended on my raspberry pi 3 (Raspbian Jessie). But I don’t think PD is able to use the USB to communicate with the teensy, since if I try to run the PD file, PD gives me the error “could not open device /dev/ttyS0: failure(13): Permission denied. Could someone help me please to get PD communicating with OSC through my USB?</p>
<p>Also when I open PD I get this message<br />
“/dev/dsp (read/write): No such file or directory<br />
(now will try write-only…)<br />
/dev/dsp (writeonly): No such file or directory<br />
/dev/dsp (read only): No such file or directory”<br />
and<br />
“Audio I/O stuck… closing audio”<br />
Do I need to do some further configuration to get Pure Data running properly?<br />
Like I mentioned I am very new to using the raspberry pi so any help would be appreciated and please do explain as if I were an idiot, that would be very helpful.<br />
Thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 15:07:56 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/11149.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Dec 2017 17:10:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Thu, 07 Dec 2017 17:10:23 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>I’m new to raspberry pi and am trying to run Pure data on it to control a teensy 3.2 using Open Sound Control which in turn controls some stepper motors for a pump just like here <a href="https://github.com/DropletKitchen/pumpsn17" rel="nofollow">https://github.com/DropletKitchen/pumpsn17</a> (using the teensy code and PD files provided at the end of the page). I’ve finally managed to install PD extended on my raspberry pi 3 (Raspbian Jessie). But I don’t think PD is able to use the USB to communicate with the teensy, since if I try to run the PD file, PD gives me the error “could not open device /dev/ttyS0: failure(13): Permission denied. Could someone help me please to get PD communicating with OSC through my USB?</p>
<p>Also when I open PD I get this message<br />
“/dev/dsp (read/write): No such file or directory<br />
(now will try write-only…)<br />
/dev/dsp (writeonly): No such file or directory<br />
/dev/dsp (read only): No such file or directory”<br />
and<br />
“Audio I/O stuck… closing audio”<br />
Do I need to do some further configuration to get Pure Data running properly?<br />
Like I mentioned I am very new to using the raspberry pi so any help would be appreciated and please do explain as if I were an idiot, that would be very helpful.<br />
Thank you</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Thu, 07 Dec 2017 17:10:23 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Thu, 07 Dec 2017 18:31:37 GMT]]></title><description><![CDATA[<p>First of all, why extended and not vanilla? Extended is no longer maintained.<br />
About the Teensy issue, did you put the<a href="https://www.pjrc.com/teensy/49-teensy.rules" rel="nofollow"> udev rules</a> as suggested on Teensy's webpage in /etc/udev/rules.d?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/2</guid><dc:creator><![CDATA[alexandros]]></dc:creator><pubDate>Thu, 07 Dec 2017 18:31:37 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Fri, 08 Dec 2017 12:17:53 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/alexandros">@alexandros</a> Thanks for your reply. I'm using extended as the PD file i am using requires a number of externals for it to work. PD-L2ORK would be great, but after a number of attempts, I can’t seem to get it working on raspbian Jessie, using step 3 on <a href="http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/raspberry-pi/" rel="nofollow">http://l2ork.music.vt.edu/main/make-your-own-l2ork/software/raspberry-pi/</a> (since I am not running it headless as I have a screen mouse and keyboard for the pi) the install seems to run smoothly but then after there is no trace of the program anywhere on my raspberry pi, just the download file sitting there. So I ended up settling for extended instead.<br />
I should have the udev rules, since I installed teensyduino using the script here <a href="https://github.com/cmcmurrough/cse2100/blob/master/teensy/install_teensyduino.sh" rel="nofollow">https://github.com/cmcmurrough/cse2100/blob/master/teensy/install_teensyduino.sh</a> which also installs the udev rules.<br />
Might the problems be with identifying/permissions for the correct output?  In my case this is a USB to the teensy. I’m a newbie to both raspberry pi and PD, so don’t know if I need to/ how to pre-configure these (if I need to that is).<br />
Thanks</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/3</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Fri, 08 Dec 2017 12:17:53 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Fri, 08 Dec 2017 15:13:11 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/pmh1d15">@pmh1d15</a> Most likely you need to add your user name to the dialout group in linux. The teensy registers as a modem if I am not mistaken, and also anything involving comports also requires you to access dialout permissions to function.</p>
<p>in a terminal window, type</p>
<p>sudo adduser &lt;USER&gt; dialout</p>
<p>where &lt;USER&gt; is your user name. log out, log in and you should be good to go.<br />
Cheers</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/4</guid><dc:creator><![CDATA[th8a]]></dc:creator><pubDate>Fri, 08 Dec 2017 15:13:11 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Fri, 08 Dec 2017 16:03:20 GMT]]></title><description><![CDATA[<p>Thanks for the suggestion Th8a. Since i am working as the user &quot;pi&quot; I am already a member of the dialout group. .. Just to update, I have now managed to install PD L2Ork. just using the same instructions as i mentioned before (so I don't know what happened first few times round). But I still get the same problems of not communicating with the right port, and also a number of errors stating &quot;could not create&quot; unpackOSC and a number of routeOSC elements</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/5</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Fri, 08 Dec 2017 16:03:20 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Fri, 08 Dec 2017 16:12:16 GMT]]></title><description><![CDATA[<p>sometimes permissions with things gets a little wacky. You might try editing your visudo file to give the pi user more access. Also make sure the target port is not in use by some other process. Finally, in some cases I have managed to get things like this to work by force claiming ownership/access to a file using one of the two following methods:</p>
<p>sudo chown &lt;username&gt; &lt;file name&gt; (Claim ownership of a file)<br />
sudo chmod 777 &lt;filename&gt; (assign read/write permissions for all users to a file)</p>
<p>Hope that helps</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/6</guid><dc:creator><![CDATA[th8a]]></dc:creator><pubDate>Fri, 08 Dec 2017 16:12:16 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Sun, 10 Dec 2017 16:23:57 GMT]]></title><description><![CDATA[<p>Thanks again for your reply, entered those commands and got the permissions. But looking into it more, it seems that permissions might not be my problem. Since it looks like I have the wrong output. It’s trying to communicate with the teensy through a pin out (/dev/ttyS0) rather than a USB port (like ttyUSB0). The problem is I’m not quite sure where or how to change where the OSC data is sent and received.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/7</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Sun, 10 Dec 2017 16:23:57 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Sun, 10 Dec 2017 19:56:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/pmh1d15">@pmh1d15</a> OSC is an IP network protocol.  You will need Ethernet or Wi-Fi on the Teensy to &quot;talk&quot; OSC...... unless it is possible to get the Teensy to make its USB connector behave like a network port?...... maybe dangerous for future programming requirements?<br />
At the moment it is behaving as a TTY port...... which is logical given that it is its only com port.</p>
<p>Either give it a network port......... <a href="https://forum.pjrc.com/threads/40238-Teensy-3-2-with-WIZ820io-and-OSC" rel="nofollow">https://forum.pjrc.com/threads/40238-Teensy-3-2-with-WIZ820io-and-OSC</a> ......or convert your messages within PD from OSC to TTY data and use the USB connection.</p>
<p>However, looking at your OP link it seems that is exactly what is happening in &quot;pumpsn17&quot;.<br />
The patch [slipserial.pd] is doing the conversion to the teensy datastream.<br />
So it is using the tty port and you should have a working system.....</p>
<p>Is [slipserial.pd] looking through the USB port to the pins on the Teensy...... is any voltage appearing on Teensy &quot;S0&quot;.</p>
<p>More info here......<br />
<a href="https://github.com/CNMAT/OSC" rel="nofollow">https://github.com/CNMAT/OSC</a><br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/8</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 10 Dec 2017 19:56:01 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Wed, 13 Dec 2017 10:27:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> thanks for your reply. It looks like the [slipserial.pd] isn't finding the teensy. It's output looks to be addressed to:<br />
/dev/tty.usbmodem12341 , pollintervall 1<br />
when I look for my USB teensy using lsusb i find it here:<br />
Bus 001 Device 006: ID 16c0:0483 Van Ooijen Technische Informatica Teensyduino Serial<br />
although I dont know how this would translate into an address to give in the [slipserial.pd]. Doesn't it need to be a dev/tty... format?</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/9</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Wed, 13 Dec 2017 10:27:27 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Wed, 13 Dec 2017 11:29:25 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/pmh1d15">@pmh1d15</a> I'm a pretty total Linux noob....<br />
It looks like you need the format......<br />
&quot;devicename /dev/tty.usbmodem12341, baud 9600, pollintervall 1&quot;<br />
where baudrate is the baudrate, pollinterval the puredata controlrate (in ms); devicename the name of your usb port.<br />
So I would imagine that you need to replace &quot;dev/tty.usbmodem12341&quot; with &quot;dev/tty.usb0&quot;....or something similar.</p>
<p>I would try..........<br />
To find the &quot;devicename&quot;........ <a href="https://unix.stackexchange.com/questions/144029/command-to-determine-ports-of-a-device-like-dev-ttyusb0" rel="nofollow">https://unix.stackexchange.com/questions/144029/command-to-determine-ports-of-a-device-like-dev-ttyusb0</a><br />
So.....</p>
<pre><code>#!/bin/bash

for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do
    (
        syspath=&quot;${sysdevpath%/dev}&quot;
        devname=&quot;$(udevadm info -q name -p $syspath)&quot;
        [[ &quot;$devname&quot; == &quot;bus/&quot;* ]] &amp;&amp; continue
        eval &quot;$(udevadm info -q property --export -p $syspath)&quot;
        [[ -z &quot;$ID_SERIAL&quot; ]] &amp;&amp; continue
        echo &quot;/dev/$devname - $ID_SERIAL&quot;
    )
done
</code></pre>
<p>David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/10</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Wed, 13 Dec 2017 11:29:25 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Thu, 14 Dec 2017 15:02:19 GMT]]></title><description><![CDATA[<p>Thanks David, gave this a go, but still no luck. Looking at the errors on Pd i'm thinking it may be a problem with the different .pd files communicating with each other. If I open PD L2Ork on the Raspberry pi I initially get an error saying “audio I/0 error…”. If I open the PD extended program instead, I used to get the same error but then since typing:</p>
<p>sudo apt install alsa-oss<br />
sudo modprobe snd-pcm-oss</p>
<p>in the command to create a /dev/dsp device as per the advice of another raspberry pi user. Not sure why there is the difference with Pd extended and Pd L2Ork but I don't think this is where my problem is.<br />
If I actually open the Pure Data files that I need, in either of the Pd program versions I get:<br />
UnpackOSC<br />
… couldn’t create<br />
routeOSC /derection<br />
… couldn’t create<br />
And then a bunch of other could not create warnings for all the OSC parameters.  It seems like the OSC elements are not working. The PD L2Ork also identifies that the helper file o.io.slipserial.pd 5 0 4 0 (bng-&gt;loadbang) connection failed<br />
Suggesting the communication between the “loadbang” control in the PD file and the helper file. although I am assured the PD files work. I’m trying to get in touch with the creators (to no avail). But if anyone here has any helpful suggestions I am all ears.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/11</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Thu, 14 Dec 2017 15:02:19 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Thu, 14 Dec 2017 17:29:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/pmh1d15">@pmh1d15</a> I don't know PD L2Ork at all..... but it looks like you have solved the audio for &quot;extended&quot;</p>
<p>[unpackOSC] and [routeOSC] are from the MrPeach library.... included with extended.<br />
If you look in Pd/extra/mrpeach you should see the help files for them (you will not see them as objects.. as they are part of a library).  Usually putting an object [import mrpeach] in the patch will make them work..... it forces Pd to load the library.<br />
So it looks as though the patch was built with extended.</p>
<p>A connection fails when an object does not have a specific inlet or outlet for some other object to connect to as the patch is loaded... maybe because the object has not been created......<br />
IT LOOKS LIKE..... the object [loadbang] that you have does not have an inlet (mine does).....<br />
Just connect the bang to the same places as loadbang....... that will do the same job.</p>
<p>Out of interest, what did running the code in my last post (in terminal) tell you about the dev/tty connection?</p>
<p>PS................ I have downloaded it.  [import mrpeach] has been added to [o.io.slipserial] so unless that is opened first (unlikely) you will get errors.<br />
Add it to the patch that you open first (or all of them...... no harm can result)</p>
<p>PSPS............ In [Hardcoded4Pumps] clicking the [devices( message should print a list to the Pd window.  This should do the same as running the code that I posted yesterday.<br />
In [Flexible3or4Pumps] the same....... plus a radio button below to select the port.....<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/12</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Thu, 14 Dec 2017 17:29:19 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Fri, 15 Dec 2017 18:13:40 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Thank you David! The Pi is talking to the teensy!!! Your help and persistence with my problem is really appreciated! Like you suggested I added [import mrpeach] as an object in the Flexible3or4PumpsGOP file and it is now talking! My stepper motors step, and my pumps are working!. And it seems to work on both extended and L2Ork. Yet to test whether they are running at the correct speed as per the controls though.<br />
I do however still get some errors saying [import mrpeach]  …couldn’t create. Maybe I added it wrong, should I not be adding it as an object? Also when I play with the control sliders it reports that “packet size is not a multiple of 4 bytes: dropping packet” And then sometimes “unpackOSC: dataafteralignedstring: incorrectly padded string” and “Bad message name string:Dropping entire message”.<br />
I’ll have to check physically if my pumps are running at the correct flow rates to see if this is effecting performance, but sadly this will be after the weekend.<br />
I’m so happy that I have them communicating now though. Thank you. It's been a long time and I was beginning to loose hope.<br />
It is communicating with the teensy through ttyACM0 at the moment. I had previously done some swapping around of ttyS0 and AMA0 on the pi, since apparently on the Pi3 the Bluetooth steals the AMA0, when I did this ttyS0 became available as a port. But before trying your fix I changed it back to  as the Pi was and now only  the ACM0 and AMA0 are available (Yes the devices button was very helpful).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/13</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Fri, 15 Dec 2017 18:13:40 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Fri, 15 Dec 2017 20:55:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/pmh1d15">@pmh1d15</a> That's good news..... <img class="emoji emoji-extended" src="http://forum.pdpatchrepo.info/plugins/nodebb-plugin-emoji-extended/images/grinning.png" title="grinning" alt=":grinning:" /><br />
I would add [import mrpeach]...... (as an object..... you are correct).... to every patch.  Open each patch including the &quot;Flexible3or4PumpsGOP.pd&quot;....... and add it to all.  That should fix the &quot;cannot create&quot;.</p>
<p>Google will have to be your friend for the &quot;packet size is not a multiple of 4 bytes: dropping packet&quot; problem.  Google throws up quite a few discussions that are relevant......</p>
<p>Someone mentioned it in this thread...... <a href="https://forum.openframeworks.cc/t/sending-osc-over-slip/18306/20" rel="nofollow">https://forum.openframeworks.cc/t/sending-osc-over-slip/18306/20</a> ........ and although no-one answered there was a lot of discussion of the microprocessor side of the tty connection....... etc.</p>
<p>But this might be more useful...... as I expect that it is a problem with the data being sent back from the Teensy.......... <a href="https://cycling74.com/forums/max-receive-udp-message" rel="nofollow">https://cycling74.com/forums/max-receive-udp-message</a></p>
<p>David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/14</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/14</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Fri, 15 Dec 2017 20:55:27 GMT</pubDate></item><item><title><![CDATA[Reply to Getting Pure data to work on Raspbian Jessie (giving pure data permission to access device?) on Mon, 18 Dec 2017 09:35:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a>   I think you are right on the packet size being the teensy talking back, since the data to the teensy (and hence pump speeds) all seem to be correct. Thanks again David. You have been a great help.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/15</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/11149/getting-pure-data-to-work-on-raspbian-jessie-giving-pure-data-permission-to-access-device/15</guid><dc:creator><![CDATA[pmh1d15]]></dc:creator><pubDate>Mon, 18 Dec 2017 09:35:21 GMT</pubDate></item></channel></rss>