Hi,
nRF9160 DK
I have a simple question regarding processing at command responses. I was hoping to extract the individual values from a at command response using the at command parser library
e.g. from the response "+CESQ: 99,99,255,255,11,49" obtain an array of ints 99,99,255 etc. Before I write code to extract sub strings using comma delimiters will the at command parser
library achieve this? I am struggling to find examples of how to use this library. Using the function "at_params_valid_count_get" on the above example string returns 1 and "at_parser_params_from_str" returns a single value of 99,99,255,255,11,49 so I suspect I am not understanding the purpose of the library or using it correctly. A example of how to use the library would be appreciated.
Thank you
Peter