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.

[参考译文] MSP432P401R:在 PC 和 MSP432P401R 之间建立 UART 通信时出现问题

Guru**** 2535750 points
Other Parts Discussed in Thread: MSP432E401Y

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/745007/msp432p401r-problem-establishing-uart-communication-between-pc-and-msp432p401r

器件型号:MSP432P401R

大家好、我使用 MSP432P401R Launchpad 将模拟数据传递到 PC、听起来很简单、但问题很简单、因为某种原因、我的 PC 无法读取或发送任何串行数据。 这很奇怪、因为一旦我将 Launchpad 连接到 PC、我就可以看到 PC 已识别两个串行端口:

  

我以前遇到过相同的问题、但对于 MSP432E401Y、我在此处(https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/717137)发布了该问题、我发现的解决方案是重新安装 XDS110驱动程序、但从新的解决方案(SimpleLink MSP432E4 SDK v2.20.0.20)中、我认为一旦返回 MSP432P401R、此更新的驱动程序将正常工作、 但现在我不确定这个问题是否是因为我以前更新了驱动程序。

我尝试使用来自 CCSV8、PuTTy 和 Matlab 的终端查看器建立通信、所有这些都具有相同的结果。  

谢谢

还有一点、当我尝试来自 enegia 的 analogRead 示例代码(1.6.10E18)时、我得到了相同的错误。 我可以上传代码、但一旦尝试从串行端口读取模拟数据、我也无法访问。