Hello Group!
I would like to say thanks for all the help received thus far it has been greatly appreciated. I've written another
java program that communicates with an Arduino. Now I can send data to the Arduino just fine however receiving data has been a bit trickier. I would like to change a button color based on the arduino sending data to the java program. My Java code is below. Thanks!
The button does NOT change color when the message from the Arduino is sent which is OFF. Now the
word OFF does get print to the console only after the BLINK button has been selected again as well as the button changing color. This needs to happen once the blinking stops.