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.

例程MQTT Secure Client Demo中,手机上的MyMQTT无法通过Topic发送数据,也无法接收订阅的数据

Other Parts Discussed in Thread: CC3220SF

按照例程中的MQTT Secure Client Demo做的,板子型号是CC3220SF。 MQTT Client Demo通过测试了,可以正常执行,但是改变成Secure之后,手机上的MyMQTT没有办法连接上更改之后的 "test.mosquitto.org", 端口"8883",但是可以连接上原来不是Secure模式下的"mqtt.eclipse.org", 端口”1883“,    不过都没办法收到订阅的数据,也没有办法向板子串口发送数据。