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.
咨询个小问题,在CCS5.5版本中创建一个F5329的工程,在代码中使用了printf语句,编译连接都OK,但是不知道在哪个窗口下看这个输出的结果?
你好,
建议你使用串口发送数据到主机端,然后利用串口调试助手来看数据,不要使用printf函数,希望对你有帮助。
MSP430F5529 launchpad是个不错的选择。
printf语句里面都是打印英文字符串,这个可能确定语法上是没有问题的
但是就是不知道是怎么回事,打印出来的字符都是中文乱码字符
这个和其他的设置属性有没有什么关系? 比如说缓冲区的大小之类的?
多谢~