I'm having problem with AT+CIPSEND, when I input AT+CIPSEND=61 and enter 61 character, It respondes with following message:
Recv 61 bytes
SEND OK
CLOSED
I don't understand why It closes the TCP Connection?
My settings are AT+CWMODE=3, AT+ CIPMUX=0
I'm testing with server : tcp://iot.eclipse.org:1883
I'm studying about MQTT so I need to hold the connection to send CONNECT packet, then send PUBLISH or SUBSCRIBE packet.
Thank you
