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.

Compiler/LAUNCHXL-CC1350: CC1350 UART Limited To Echoing Characters

Part Number: LAUNCHXL-CC1350

Tool/software: TI C/C++ Compiler

Hi,

I'm new to the embedded and coding world, but I am on a school project that requires me to communicate with a GPS via UART and relay the GPS data wirelessly. I used the uartecho project as my basis and edited it to initially send a string to configure the GPS. I simply changed the line that declares echoPrompt to:

const char  echoPrompt[] = "$PMTK314,1000*31:\r\n";

and nothing happens, although I am able to echo characters. I didn't get echoPrompt even before I changed the code even though I started the serial session before before compiling. Any help would be greatly appreciated.

Thanks,

Matt