Tool/software: Code Composer Studio
Hello everyone,
I need to configure and do read/write command to a temperature sensore via json_Rpc format. who knows how can i use Json format in C ambient?
I have to send this command to sensore:
>> {"jsonrpc": "2.0", "method": "prepareLog", "params": [0], "id": 1} >> {"jsonrpc": "2.0", "method": "readLog", "params": [500], "id": 2} >> {"jsonrpc": "2.0", "method": "ackLog", "params": [9], "id": 3}
How can i write this in my code ? Is there any library for that?