ESP8266 Developer ZoneThe Official ESP8266 Forum2017-06-21T13:09:01+08:00https://bbs.espressif.com:443/feed.php?f=16&t=43042017-06-21T13:09:01+08:002017-06-21T13:09:01+08:00https://bbs.espressif.com:443/viewtopic.php?t=4304&p=14137#p14137 In application
udp port listening with 3330
i am sending udp request from port 0.0.0.0:3330 to 0.0.0.0:3330 that is same port in the same machine ...
application works fine with udp sending and receiving also fine . ..
for clarification .... is there any conflicts in the communication ?
Thanks -Viswa
Statistics: Posted by Dashaduamp — Wed Jun 21, 2017 1:09 pm
]]>2017-05-14T20:01:13+08:002017-05-14T20:01:13+08:00https://bbs.espressif.com:443/viewtopic.php?t=4304&p=13096#p13096This is not a feature of the standard AT command set supported by us. You may define custom AT commands to get this done though. An ESP8266 developer can create custom AT commands for you that allow you to cancel an IPD tag in the middle of transmission.
Statistics: Posted by Guest — Sun May 14, 2017 8:01 pm
]]>2017-05-05T15:49:35+08:002017-05-05T15:49:35+08:00https://bbs.espressif.com:443/viewtopic.php?t=4304&p=12821#p12821i am doing an artnet node, it receives several udp broadcast packets, it works fine, but: some of them must be used and some of them must be discarded, mi problem is: all the incoming packets appear at the serial port with +IPD command, and i need to discard the packet not needed before the esp finish to send it by the serial port to take the next packet, if not, i must read all the incoming packets, the needed and the not needed sequentially, and the baudrate is insufficient and the overhead for the host processor is big,
can i stop the transfer of an incoming udp packet from the esp trough the serial port before it ends to parse the next one? thank you in advance, Luis
Statistics: Posted by luiscolo — Fri May 05, 2017 3:49 pm