<div dir="ltr">On Thu, Jun 16, 2016 at 11:35 AM, Rick Snow <span dir="ltr"><<a href="mailto:ricksnow@gmail.com" target="_blank">ricksnow@gmail.com</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"><div class="gmail_extra"><div class="gmail_quote"><div><div style="font-family:verdana,sans-serif;font-size:small">​Thanks again Christof for pointing me in a promising direction.  I have been working with the OSC tagging via slipenc and slipdec.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">As of now I have fairly reliable communication between PD and the Arduino sketch using a version the patch you provided.  I am able to reliably send messages and the sketch responds as I expect most of the time.  However, when sending several faders simulaneously I get some glitching.  Right now I am wondering if it has something to do with using OSC instead of the raw slip packages.  I do get this message in the pd console but I'm not sure that it relates to the glitching: "slipdec: input packet longer than 1006" </div><div style="font-family:verdana,sans-serif;font-size:small"></div></div></div></div></div></blockquote><div><br></div><div>The default SLIP packet length is set n the source:<br>#define MAX_SLIP 1006 /* maximum SLIP packet size */<br>You can set the maximum packet length by giving [slipdec] a creation argument, e.g.  [slipdec 32768].<br><br>Martin<br><div> <br></div></div></div></div></div>