esp-at
esp-at copied to clipboard
TCP server
Hi, is it possible start more than one TCP servers?
I create one TCP server like this: AT+CIPMUX=1 AT+CIPSERVERMAXCONN=2 AT+CIPSERVER=1,8080
And after that, I want create new TCP server: AT+CIPSERVER=1,12345
It returned OK, but servet not working. Could you help me, please? Thank you
Unfortunatelly you cannot enable server on more than 1 port.
@MaJerle, It's a pitty, I am using two TCP servers for two different services :-( Is it possible to change by myself in source code?