Chat freely about anything...

User avatar
By asd123456
#70011 Hi, I can't open multiple server of ESP8266 module .My algorithm is:

AT
AT+GMR
AT+CWMODE=1 AT+CWJAP=xxxxx,xxxx
AT+CIFSR
AT+CIPMUX=1
AT+CIPSERVER=1,80
AT+CIPSEND=id,length
AT+CIPCLOSE=0
AT+CIPSERVER=1,502
AT+CIPSEND=id,length
I have to do this because ESP8266 module doesn't support to multiple server. Do you know anything about this?
Is there a supporting of multiple server other Esp series?