Question
no data on udp
Posted on October 08, 2015 at 12:08
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:- AT+S.SCFG=wifi_mode,0
- AT+S.SCFG=wifi_priv_mode,0
- AT+S.SSIDTXT=test
- AT+S.SCFG=wifi_mode,2
- AT+S.SCFG=ip_ipaddr,192.168.0.111
- AT+S.SCFG=ip_gw,192.168.0.1
- AT+S.SCFG=ip_dns,192.168.0.1
- AT+S.SCFG=ip_netmask,255.255.255.0
- AT+S.SCFG=ip_use_dhcp,0
- AT+S.SCFG=wifi_channelnum,11
- AT&W
- AT+CFUN=1
- AT+S.SOCKON=192.168.0.74,23,u,ind