• float to ascii
    Dear colleages, I would like to know if there is some one on earth that have a routine to convet a number from float to ascii. I want to show a float point number on a display of 16x2. An example...
  • ascii to float conversion
    dear friends i would like to know how can we convert the ascii values to decimal values to perform some calculations. my requirement is that i am receiving a six digit ascii data via com port of...
  • Float to ascii conversion 8052
    Hi I am looking for source for 8052. Float to ascii conversion float "lenght" is in the range -99999.999 to 99999.99 Thank you very much mbosko@ptt.yu
  • need to convert an ascii to float?
    in embedded programming why do we convert an ascii to float initially?what is the use of it?
  • Floating point to ASCII
    Hi Colleagues, I would like to know the library, macro o routine that allows me to convert a float variable(i.e. K=123.57) to ASCII, in C51. After several calculation I got a float number which should...