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.

CC2650: How to send data from PC to CC2650 Launchpad over UART

Part Number: CC2650

Hello, I tried to toggle an LED via the UART in a CC2650 Launchpad and I followed the following code and the instructions given according to the link.

 https://sunmaysky.blogspot.com/2017/10/using-cc13xxcc26xx-running-contiki-os.html

However when I connected to the virtual com port of the launchpad through Teraterm, I was able to see the text message that is assigned to be printed in the code but I did not get any method to enter the "ON" or "OFF" string to the board. Can someone give me advices how to do so?. Actually I am looking to send a message from the PC to the CC2650 board and communicate it over 6LoWPAN.