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 would be perfect Thanks OE
If you own C51, you've got the sprintf() routine at your disposal. Read up on it.