Ai-Thinker-Open / GPRS-AT

Ai-Thinker A9 GPRS AT Module Related
34 stars 16 forks source link

AT+MQTTCONN doesn't work with port different from 1883 #9

Open eidos85 opened 5 years ago

eidos85 commented 5 years ago

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

arnonzamir commented 3 years ago

Having the same issue here. Was this ever resolved?