watching Arduino variables from a textarea

Support forum for MegunoLink
Post Reply
aldoz
Posts: 5
Joined: Mon Jan 05, 2015 1:28 pm

Tue Jan 06, 2015 9:59 am

Hi again!
Finally I can set variable values from magunolink to my arduino code (using SetParameters example) but I really stuck when I try to let megunolink show my Arduino variables.
I would just to put a textbox or some textarea where I can see my Arduino variables!

I trying and trying but I just see my turtles number (or other variables) in the megunolink monitor (so just the copied Arduino serial monitor).

So, can I see my Arduino variable values on some megunolink text area? (I am not considering XY plot or time plot, just a text area or textBox)

Thankyou in advance!
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Wed Jan 07, 2015 1:50 am

Hi Aldoz

Check out this example (https://github.com/Megunolink/MLP/tree/ ... /SendToMLP)

It shows you how to control a progress bar from your arduino.

This page
http://www.megunolink.com/documentation ... r-library/
Shows you how to control different UI elements including a textbox.
aldoz
Posts: 5
Joined: Mon Jan 05, 2015 1:28 pm

Wed Jan 07, 2015 10:41 am

philr wrote:Hi Aldoz

Check out this example (https://github.com/Megunolink/MLP/tree/ ... /SendToMLP)

It shows you how to control a progress bar from your arduino.

This page
http://www.megunolink.com/documentation ... r-library/
Shows you how to control different UI elements including a textbox.
Thank you very much philr, it's working fine!
Post Reply