ESP8266 Developer Zone The Official ESP8266 Forum 2015-09-09T10:31:59+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1065 2015-09-09T10:31:59+08:00 2015-09-09T10:31:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1065&p=3605#p3605 <![CDATA[Re: Wrong port number with AT+CIPSTATUS]]>
The "49176", "49188", "49184" are the remote ports.

It is a known issue that the local port was missing, we will revise it in next version.

So sorry for the inconvenience.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Wed Sep 09, 2015 10:31 am


]]>
2015-09-07T00:55:21+08:00 2015-09-07T00:55:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1065&p=3582#p3582 <![CDATA[Wrong port number with AT+CIPSTATUS]]>
AT ver. 0.25.0.0 (5 jun 2015)
SDK ver. 1.1.1 ( 5 jun 2015)

All three set with AT+CIPSERVER=1,1080

Communication with the client OK

Answer to AT+CIPSTATUS

+CIPSTATUS:0,"TCP","192.168.x.xxx",49176,1 (first device)
+CIPSTATUS:0,"TCP","192.168.x.xxx",49188,1 (fsecond device)
+CIPSTATUS:0,"TCP","192.168.x.xxx",49184,1 (third device)

Since client was set to port 1080 as well, I did expect "CIPSTATUS" to report "1080" in all three cases and not the odds number reported above.
Kind regards
Alberto

Statistics: Posted by Alberto — Mon Sep 07, 2015 12:55 am


]]>