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.

Console Application

Hi Everyone,

I am building a basic platform upon which I can create my 28335 application.  I'd like to start with a console application that allows input/output to a serial port (via SCI).

I will need this since I will not always have CCS connected.    I started with Example_2833xSci_EchoBack.c.  I added a printf() statement and, of course, it appeared in the Stdout window in CCS.

My question is.....How do I connect the basic I/O functionality of the Echoback example so that printf() scanf() is connected to it and these functions talk to the serial console?

I guess one way is to create a device driver for the SCI and then use fscanf() and fprintf() and the appropriate fopen() calls beforehand but

I was hoping there would be an easier way.

 

Thanks,

 

 Victor from VisualCue Development