how to create multiple window with processing?

edited June 2017 in Arduino

i am trying to make a GUI for the bluetooth controlled bot. the bluetooth controlled bot will send back the feedback from the motor encoder of the shaft count to the processing ide. and with the data received of the shaft count of both the motors a real time graph will be continuosly plotted about the close dloop movment of bot. so my doubt is i want to create two different window: 1) for the GUI 2)for the real time graph to be plotted. how should i create two windows and how will i receive data from the arduino after creating two windows?

Tagged:

Answers

  • Answer ✓

    In Java mode, check out File > Examples... > Demos > Tests > MultipleWindows

    This will set you up with code to do more than one window, as well as a means to send data between them.

Sign In or Register to comment.