This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC3235S: Sending UDP packest to a specific IP

Part Number: LAUNCHXL-CC3235S
Other Parts Discussed in Thread: CC3235S

Hallo TI,

I would like to send some commands from one CC3235S(Station board) to the Other CC3235S device(Access Point). One of my CC3235S board is configured in Access point mode to create its own network and I can send some commands to this network using packet sender and everting working fine.

Now I would like to send some commands to this network board from the another CC3235S (station mode) board. I am using the UDP echo smaple and got connected to the network created by 1st CC3235S device. As I do not want to send any commands from my Access point board to the station mode board, what changes can I do in the UDP echo sample example in order to send some commands to my access point borad from my station board.

Thank you.

BR,

Venkatesh Vasanthapu

  • Hi Venkatesh,

    Have you tried looking at the network terminal example for guidance? If you take a look at the SimpleLink Academy module here: http://dev.ti.com/tirex/explore/node?node=AI9PGJ1P9hKcfIqrYAYbxQ__s6qGmnm__LATEST

    If you look at Task 3 exercise 1, it walks you through the network terminal commands needed to perform the exact packet send from one CC3220 to another. Simply run the send command on one device, and the recv command on another. You can take a look at the implementation of those commands in socket_cmd.c. From there, you can use that implementation as a guide for what you'll need to do in your code.

    Let me know if you need more guidance on performing the send/recv command between launchpads, or have further questions.

    Regards,

    Michael