hi, im using an At89c51 mcu and i want to send floating values to hyperterminal using serial usart. actually i hav to implement a precision temp monitor. Im using adc conversion and sending the value to computer for monitoring.. Plz help me out with this issue... thanx
What issue?
in the sense how to send floating values using c 51 compiler to hyperterm via usart... any code example will help. its urgent thanks
quick. can't stop. look at sprintf. btw, why u so lazy u can't figure out these things urself r look on booble?
Do you have a 8051 chip that produces floating point values?
You sure you don't only get integer values from ADC or whatever sensor you are using? Note that you can have temperatures like "10.3°C" without any floating point involved.