This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello everyone,
I am trying to code up a simple program to turn on an LED after reading a specified character from a char array. For the reading process, I am expecting the incoming bytes on the UART channel to be in ascii format (a = 97 in decimal), as it had worked that way in the past, but I am not receiving them in this format. As an example, I type in the character "a" which should come in as 97 but instead comes in as 134. I am using CCS 7.2 with the MSP432 (red version). I can post code if requested. To clarify, my reading process is working, but I am receiving values different from what I am expecting.
**Attention** This is a public forum