We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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?
Answers
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.
@tfguy44 thanks mate.