Tool/software: TI C/C++ Compiler
I use the UART_openPort() API to open the port, and UART_transmitBuffer() to print out the messages.
This also works as designed, no problems.
Through various edits, I removed every UART_transmitBuffer() except for one that occurs right before the main loop (so NO OTHER UART print statements are occurring throughout the program).