大家好
cc2650的 UART 是否支持 Xmodem 协议? 或 Ymodem???
是否有任何文档和示例代码?
非常感谢。
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.
感谢您的答复。
但我有一个问题。
我尝试使用 Teraterm 应用将 Xmodem 数据包发送到 cc2650。
导致出现故障。
另一个应用程序向 cc2650发送 Xmodem 数据包。
但 cc2650 UART 驱动程序无法接收到。
我如何遵守 Xmodem 原型开发计划?
另一点。
我还尝试向 cc2650使用 Teraterm 应用程序发送 Ymodem 数据包。
在发送数据之前、接收器件需要首先发送0x43。
TeraTerm 应用程序获取0x43、然后传输数据。
但 cc2650仍然无法接收。