• 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
    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...
  • float to ascii
    Hi, I need help to convert a floating point to ascii format. I found the command atof() that converts ascii to float, but what about the other way round? Is there any command in C51 that does this? And...
  • Float to ASCII conversion without using sprintf function
    Hello, I am removing all sprintf() function from my souce code as this function does not allow me to set the proper thread stack size. Does anyone have any function that implements this conversion...
  • Float to ASCII conversion without using sprintf function
    Hello, I am removing all sprintf() function from my souce code as this function does not allow me to set the proper thread stack size. Does anyone have any function that implements this conversion...