I use MCU to send some data to PC.For example,I want send a decimal number ''100'',I send it with HEX format "63".And I want the number I received is 100(DEC) or 63(HEX).
I think the string received in PC actually is "d"(the ASCII of d is 100),and the value displayed in the chart is 13 .
I know there are somewhere wrong,but I don't know where ,and how to convert it to the number 100.