cancel
Showing results for 
Search instead for 
Did you mean: 

Data Mode SPWF01SC.11

Nandy K
Associate II
Posted on October 19, 2015 at 16:54

Hai Guys !

I am using SPWF01SC.11 , I have connected this with the micro controller via UART.

From the micro controller I am sending a command AT+S.SOCKD= port number through UART.

Now my WiFi module received the command and entered into the data mode.

I know the IP address and port number of the wifi module now and  i connected it from my computer.

Now I have a sent the  string ' Hai' from my computer and I can see the string in the data mode on hyper terminal.

My question :  

1. what will happen on the wifi module once it received the string in the data mode ?

2. will it send the string through UART ?

#spwf01s-wifi #spwf01sa-wifi-scan-command
2 REPLIES 2
Nickname3786_O
Associate II
Posted on October 19, 2015 at 18:46

Hi,

when your socket client connects to the module, two indications will be printed on the UART:

+WIND:61:Incoming Socket

Client:[client IP]

+WIND:60:Now in Data Mode

After that, all the data sent from the client will be directly printed on the UART of the module.

Please refer to the LAB13 of the Hands-on for details (http://www.st.com/web/en/catalog/tools/PF261605)
Nandy K
Associate II
Posted on October 19, 2015 at 19:03

Thanks a lot salva !!!!!!