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.

CC3200实现TCP Client双向通讯

Other Parts Discussed in Thread: CC3200

调试cc3200的tcp client双向通讯功能时,就从tcp-socket怎样实现client的双向通讯,过程中发现的问题整理成笔记,见附件。
下面摘录其中一段

1、资料说明
如下目录
①网络说明文档
cc3200开发文档\网络部分说明\Internet on chip
②OTA库文档
cc3200开发文档\库文件\CC3200 Simplelink OTA Extlib API User'sGuide
③网络接口文档
cc3200开发文档\库文件\simplelink_api
CC3200实现TCP Client双向通讯笔记.pdf
  • 非常感谢楼主,分享宝贵的学习成果。

  • 你好,我按照你的文档的描述进行函数的修改,遇到了一点麻烦。

    一开始有一个警告,如图的地方,警告内容为“#225-D</a>  function "WuartTransfer" declared implicitlymain.c/tcp_socket_clientline 875C/C++ Problem”。不过,我在声明加了个“extern int WuartTransfer();”,编译就没有出现问题了。

    但是我在用串口调试助手调试的时候出现了问题,我不知道如何去解决。如图。

    请问有什么好的建议吗