Hello the command:
AT+MQTTCONN="www.myserver.com",1883,"12345",120,0,"Ai-thinker","123456"
works perfect if the port is 1883 but in my case I have the MQTTBox server running on different port, changing the command in something like:
AT+MQTTCONN="www.myserver.com",8888,"12345",120,0,"Ai-thinker","123456"
I get no connection and the following error:
+MQTTDISCONNECTED: 256
Hello the command: AT+MQTTCONN="www.myserver.com",1883,"12345",120,0,"Ai-thinker","123456" works perfect if the port is 1883 but in my case I have the MQTTBox server running on different port, changing the command in something like: AT+MQTTCONN="www.myserver.com",8888,"12345",120,0,"Ai-thinker","123456" I get no connection and the following error: +MQTTDISCONNECTED: 256