UART interrupt recieve Turning LED ON and OFF from terminal by using "Command+Enter"
I want to Turn On and OFF LED by Command "LED ON" or "LED OFF". When i write command "LED ON" in the command terminal like Tera Term the LED should be On. I used here string comparision to compare if the given command is same as "LED ON" or "LED OFF"...