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.
Hello,
I'm using a CC3235MODSF and a main MCU for my product.
Those are communicate with at commands by UART based on the 'at_commands' example.
I am struggling with response data to send to main MCU.
For example,
If the main MCU sends "at+start" command to the CC3235MODSF,
CC3235MODSF responds "at+start\nOK\n\r" to the main MCU and then sends additional data like "+eventwlan:~~~~~~~~".
It makes me hard to getting and parsing the response data in the main MCU firmware.
I want to make the CC3235MODSF sends only 1 response data for the 1 request.
For example, "at+start\nOK\n+eventwlan:~~~~~~~~\n\r".
Where can I customize the response data from the 'at_commands' example?
Thanks,
Calvin
Hi Calvin,
The AT Command application in the SDK is in examples/rtos/CC3235SF/demo/at_commands.
This application uses the AT Command library in source/ti/net/atcmd. To edit this library in CCS, you can copy the source files directly into the application project in your workspace.
Best regards,
Sarah