Hey,
I'm doing some basic testing using python to send values to pd using the pdsend and [netreceive]. I'm doing all this inside my Raspberry Pi, with the hope of expanding on this to use the GPIO with some sensors to control a Pd patch.
So, I've made a basic python patch: send2Pd_test.py that sends some dummy values to this pd patch: Netreceive_Test.pd
The values are received when I do this. But I get a "EOF on socket ##" message in the Pd Terminal window along with my printed values from netreceive.
This is my first time using [netreceive]. I'm just wondering if this is normal behaviour or if it's something that I should try and fix before continuing further. I also would like to know what it is I need to fix because everything seems pretty standard from what I've done so far.