Hello,
I need to get some input from serial terminal in CCS studio.
I tired with scanf and gets functions, none of them are working, I need some urgent help with this.
Thank You.
Regards,
Pratik.
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.
Hello,
I need to get some input from serial terminal in CCS studio.
I tired with scanf and gets functions, none of them are working, I need some urgent help with this.
Thank You.
Regards,
Pratik.
Try to refer and use UART echo example.
Hi Pratik,
YiKai Chen is write, the scanf and gets functions are not implemented. You need to directly read the inputs from the UART. The UART echo example is probably the right place to start.
I hope this will help.
Regards,