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.
工具与软件:
我想使用 Raspberry Pi 5从 AWR1443BOOST 读取数据。 我通过 USB 连接了 AWR 和 Pi、并在 Pi 上运行 Python 脚本、 我的问题是:如何读取 TI 提供的配置文件(profile.cfg)并通过串行端口将该数据发送到 AWR? 到目前为止、我可以成功读取该文件、但我的问题是将此数据发送到 AWR。 我的程序似乎表明它将所有字节传递给电路板、但电路板未做出反应。 我已经在 Windows 窗体应用程序中成功完成了此 wtih C#、但现在我正在尝试在 Raspberry Pi 上重新创建这个示例。
感谢您的任何帮助! 提前感谢。