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 Champs,
1. Chains_readChar in PROCESSOR_SDK_RADAR_03_08_00_0 can read single char. Is there some function which can read string?
2. How to convert the char (Chains_readChar) to int or float? Is int (Chains_readChar()) correct?
Thanks
Regards,
Shine
Hi,
1. We didn't implement API for string so customer will have to implement it.
2. C standard stdio lib has the support for it.