We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there!
Is there any way to communicate between two different Processing sketches through some kind of serial communication (similar to that of the communication between a Processing and an Arduino sketch).
If not I'd love to understand why :)
Thanks!
Answers
Don't know about serial specifically, but setting up an OSC or MIDI connection between Processing sketches should be fairly straightforward. Check out the oscP5 and MidiBus libraries respectively.
There is also the Network library shipped with Processing.
Thanks guys.