How to run 2 processing interfaces at the same time?

edited May 2017 in Arduino

Hello,

I want to run 2 different processing interfaces at the same time (which get the data from the same source of serial communication of Arduino). Is it possible and how can I do that?

Answers

  • Hmmm I don't think you can. The sketch will open the port and if another application try to open the same port, it will return busy. Can you describe your application? One suggestion is two have two sketches running as a server/client model. Then you could use oscP5 to send data between the sketches.

    If that sounds like an option to you, you can install oscP5 from the library manager and explore the examples. You can also check the online reference: http://www.sojamo.de/libraries/oscP5/

    Kf

Sign In or Register to comment.