Search found 2 matches

by LEDesign
Tue Jul 07, 2020 4:01 pm
Forum: MegunoLink
Topic: Using GetValue with the MLPUI Message Processor
Replies: 2
Views: 5655

Re: Using GetValue with the MLPUI Message Processor

Thanks Phil, I looked at parsing the serial response. This works with the Arduino Serial.parseInt() command: Turtle.GetValue(F("numTurtles"), F("Value")); // value of selected item nn = Serial.parseInt(); The integer value returned in the variable nn. I've never had a reason to d...
by LEDesign
Wed Jun 17, 2020 1:05 pm
Forum: MegunoLink
Topic: Using GetValue with the MLPUI Message Processor
Replies: 2
Views: 5655

Using GetValue with the MLPUI Message Processor

Goal: read the UI NumericUpDown values to initialise the variables in Arduino Code The NumericUpDown buttons allow an initial value to be set. The Properties:Communications allow a serial command to be sent, that sets a variable value on the Arduino. When the mouse is used to change the UI value, th...