Hello everyone,
I'm currently experimenting on the MSP430F2274 microcontroller using the ez430-rf2480 demo kit. As for now, I'm working on the ADC and Uart modules. I'm using the internal temperature sensor (A10) wherein the reading is sample and converted by the ADC. My problem now is that I want to display the integer value of the temperature reading in the hyperterminal using the Uart module. Another thread had a similar problem with mine(http://e2e.ti.com/forums/p/2458/9438.aspx#9438). The only difference is that it displayed the ADC10MEM(hex) value in the hyperterminal. What I want to do now is that I want to display the exact temperature value in the hyperterminal such as 23, 24, 25(in celsius). Is this possible in the hyperterminal?Are there any ways in manipulating the value of ADC10MEM such that an integer value will be displayed in the hyperterminal? Many thanks ahead for the reply.
Best regards,
Kristoffer