• float conversion
    i have been getting a strange problem with a particular math operation... i have two long variables.. long a = 31534; long b = 102004; float c; c = a / b; now i get the value of c as 0...
  • 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
  • Hex to ascii conversion
    Hi, I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30...
  • .hex to .elf conversion?
    Hi, I am using SDCC compiler to run my C code on CC2430 (which contains 8051 controller). Problem is that SDCC generates .hex file! But I need a .elf file as output, because I want to use an elf_Loader...