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
Hi Thanks for answers There is compiler from INDIA IDE51 with built in function for float to string conversion I dont know how to do the same with KEIL 7 this is from IDE51: flot2str(Lenght, buf) for (i = 0; i < 10; i++) { sendbyte(buf[i]);//SBUF = buf[i]; }