Tool/software: Code Composer Studio
I'd like to read and write from and to the GPIO pins and transmit data to a chost PC using UART. Currently, I'm using a modified version of the echoback example. However, the function requires me to send a string rather than a int. I've tried to convert before sending however I usually end up with garbage data. Is there any other way?