convert an ascii string number to a decimal number ?
Hi all,
From a UART connection I´m getting the following string "/XCC0001011111111111" and i need to discard the "/XCC00" part and convert the ascii code "01011111111111" to a dicimal or hex number.
But i don´t know how to do this - so please help me :-)