Serial communication between Processing sketches?

edited April 2014 in How To...

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.

  • Answer ✓

    There is also the Network library shipped with Processing.

  • Thanks guys.

Sign In or Register to comment.