How to convert char to int ?
Posted on August 19, 2015 at 05:06I want to recieve data From Visual Studio. (UART)Visual Studio send data 'SDC 50.0' // SDC 50.0 is charI want 50.0 only but I don't need SDC Iwant 50.0 to take it something About intergerPlease Help me