trev wrote:Thanks, I got this sorted with the server command, cheers for everyone's help
What was the solution?
I am having the same problem.
Makuna wrote:trev wrote:Thanks, I got this sorted with the server command, cheers for everyone's help
What was the solution?
I am having the same problem.
I had the same problem and found this post. Finally succeeded.
Try to use "AT+CIPSTART=0,"UDP","192.168.1.200",8080,8080,0"
The first 8080 is the remote server port, and the second is local (ESP8266) port.
Before that remember to set "AT+CIPMUX=1" to enable multiple connections.