工具与软件:
您好!
我想问一下如何通过 UART 将数据发送到 CCS 中的终端(或 Putty)。 我有 LP-MSPM0G3507 LaunchPad。
谢谢
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.
工具与软件:
您好!
我想问一下如何通过 UART 将数据发送到 CCS 中的终端(或 Putty)。 我有 LP-MSPM0G3507 LaunchPad。
谢谢
您好、Jan:
1.可以参考软件方面 SDK 中有关 UART 数据传输的示例:
2.在硬件中,通过将 LP-MSPM0G3507的 USB 接口连接到计算机(例如),您可以接收从 LP 传输的数据,通过任何串行调试助手(__LW_AT__如 sscom 和 xcom )
3.有关 MSPM0 UART 的简要介绍、可以参考 UART -概念(TI.com)
此致、
Pengfei
您好、Jan:
附上一个 printf 的 zip 文件、该文件由 UART 115200bps 生成。
此致、
Pengfei
我印象深刻,但这个小 printf()块如果有超过8个字符,那么这里是我的中断驱动 TinySerial 不,虽然你必须格式化和字符串化自己。 它使用新的 SDK、因此请确保已更新