Part Number:CC3200-LAUNCHXL
Tool/software: Code Composer Studio
Hi,
I'm trying to control LEDs on CC3200 with my Android Phones by combining blinky example and TCP socket example.
I want to make button in Phone's application and send data by TCP/IP communication.
But the most important thing is I don't know how TCP socket example works. I understood the code flow, but i didn't understant about packets.
Which data is seding by TCP example? And anybody can help me to combining that two examples?