05-03-2022 08:03 PM
I'm trying to collect the state of at least three buttons, and then one final button press will send the state of all three of these buttons into a serial port. Any ideas?
Solved! Go to Solution.
05-03-2022 09:19 PM
Put all these three buttons into a cluster. At the value change event of the final button press, pass the value of this cluster control as output (format it the way the serial port requires).