So whenever the state of those input pins change, it’ll runs the program under the handler function. After plugging in the UC00A with additional circuit, we can run the software and test it! You will notice that LED2 and LED3 blink for several times upon plugin. It’s because of the establishing of serial connection. This is how my GUI looks like after it’s connected to UC00A: COM22 shows the virtual COM port created by UC00A.
Usually it’s the one with greatest number unless you have more than one UC00A connected to your PC at once. After selected the COM port, click on “Connect” will establish the serial communication between your PC and UC00A.
The correct sequence would be when S1 (DSR) is pressed, LED2 (DTR) lights up, and when i press S2 (CTS), LED3 (RTS) lights up. After confirmed the functionality of the circuit and program, since we have two input, we can add the function to increase and decrease the system volume.
So by pressing the switches, the volume of your system can be altered.