Microcontroller › 8051 › How to display the exact analog value? › if u want to display the
March 31, 2012 at 9:14 am
#7364
anurudh tiwari
Participant
if u want to display the whole digit(including decimal point ) . first display the ral part of that.then display the decimal sign..after that display the digit after the decimal point…. algorithm for the display the correct decimal point is given below …
1- reminder obtan from the real part first multiplied the 100(64h)
2-then divid the again from the divdend its give the some real part display it after the decimal sign….
3-repeat the above point again and again till which no digit want to display after the decimal point
i have done this program in assembally if any one required post here again..