Hello,
I'm using the EK-TM4C123GXL to help improve my programming skills. For this program I am writing, I am trying to use a hyperterminal (RealTerm) to send a string. The string is the name of a color (Blue, Green, Red, etc) to turn on the LEDs on board. I've got the LEDs to work but the issue is processing the input.
If I only look at one character instead of the whole word from the hyperterminal using UARTgetc(), then the program works fine, but when I use UARTgets(), I run into the issue. I've left a comment with **ANN** to indicate where I'm running into an issue.
I've attached the project to this post. If anyone could help point me in the right direction, I would greatly appreciate it! If there is anything else you'd like me to attach, please let me know.
Thanks,
Anson