-
yuri2k
Hello,
I have been trying for a couple of days to connect PD to another application via TCP/IP messages (and so far so good for that part).
BUT, the receiving app does not interpret anything ending in ";", and PD doesn't accept escape characters.
How do I remove this character in a way that is acceptable by netsend? I have been looking at string manipulation, but have no progress.
Would really appreciate any pointers that would help me progress. I have searched right-left-and-center to no avail (maybe not formulating the right question---).
Thanks in advance!
-
yuri2k
Yes, netsend adds the semicolon itself, which surprised me (this is not an issue when communicating within PD).
So the workaround was: tcpsend, and sending the strings+character combination through any2bytes.
-
yuri2k
Anyone? i've been looking at TCP/UDP bridges to filter the messages, but it still seems I'm missing something basic. It also would avoid adding more processes to the data flow. any pointers are much appreciated.