Other Parts Discussed in Thread: CC3220S, CC3235S
Tool/software: Code Composer Studio
Hi,
I want to use AT commands to send UDP socket data,and I have used the at_commands project in the SDK.
The AT commands is as follows:
AT+WlanConnect="TP-LINK_6034",,WPA_WPA2,123456789,,, (connected successfully)
AT+Socket=INET, DGRAM, UDP (socket handle number 0 has been returned)
AT+SendTo=0,INET,1000,192.168.43.229,0,1,1 (return to OK)
But the server did not receive the data,Why is it?
Regards,
Kevin