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.

Linux/CC1350: How to send a string value from sensor to the collector in the 15.4 linux stack?

Part Number: CC1350

Tool/software: Linux

I am following the Sub-1 GHz Sensor to Cloud Industrial IoT Gateway Reference Design. It sends integer values from the sensor to the cloud. But instead of integer values, I want to send strings that I read from a txt file stored on a sd card. How shall I wrap the the strings in the sensor code and send them. Also what changes do I have to perform in the collector code to receive the strings.