2015-10-08 03:08 AM
Hello,
i have a device, thats streaming data on udp Port 23. I want to read this data with a SPWF01S. The device creates a Network with no encryption in adhoc-mode (channel 11) I used the following to get a connection:2015-10-08 07:29 AM
Hi Patrick,
a couple of questions:1 - where is the socket server? if socket server is into the device, module should open a socket client (SOCKON=ip,port,u); if device is a socket client, module should open a socket server (SOCKD=23,u)2 - if you open a socket client using '',ind'' parameter, then SOCKQ is useless. When some bytes are received, and indicator (+WIND:55) is automatically provided. simply call SOCKR to read received data.3 - are you able to ping module from the device, and the device from the module?Regardsjerry2015-10-19 05:10 AM
2015-12-14 06:19 AM
Hi.
I am trying to listen udp broadcast packets from server but no data received.My st module is station configured and its possible to ping in both direction. Server Wireshark frame : IP Source IP Destination Protocol192.168.33.2 192.168.33.255 UDP 60 Sourceport: 44219 Destination port: 4999Data packet: 00544f54485356523132
c0a821020fa1
My question is, how configure the module to listen this packets?I try this ''AT+S.SOCKON=192.168.33.255,4999,u'' , but not work.Somebody can help me please.Regard.Emerson.