Page 1 of 1

watching Arduino variables from a textarea

Posted: Tue Jan 06, 2015 9:59 am
by aldoz
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!

Re: watching Arduino variables from a textarea

Posted: Wed Jan 07, 2015 1:50 am
by philr
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.

Re: watching Arduino variables from a textarea

Posted: Wed Jan 07, 2015 10:41 am
by aldoz
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!