-->
Page 1 of 3

UDP Socket server broken in latest AT

PostPosted: Fri Jan 16, 2015 12:47 pm
by Kruger
With the latest versions of the AT commands (from espressif GIT), UDP listening is disabled. You may want to stick with the older versions if you need that.

Re: UDP Socket server broken in latest AT

PostPosted: Mon Jan 19, 2015 4:06 am
by Athena
:roll:
Documents on Espressif Official BBS show how to create a UDP transmission http://bbs.espressif.com/viewtopic.php?f=21&t=93

Re: UDP Socket server broken in latest AT

PostPosted: Fri Jan 23, 2015 6:22 am
by Kruger
Athena wrote::roll:
Documents on Espressif Official BBS show how to create a UDP transmission http://bbs.espressif.com/viewtopic.php?f=21&t=93


I was developing my own fiwmware based on the AT commands provided by espressif. In the latest versions of the project, the UDP Server socket is not allicated with the CIPSERVER command (code is commented out). Only TCP server socket is created. UDP client sockets probably work fine, but UDP server sockets are broken. Older versions were fine.

Re: UDP Socket server broken in latest AT

PostPosted: Sun Jan 25, 2015 9:17 pm
by Athena
The latest AT is not open source any more... :( but it's much better than before.. ;)

UDP is created by "AT+CIPSTART" refer to the document.