• Long Hex ASCII string to decimal ASCII
    Using the C51 tools, I am trying to convert a long Hex number, entered as an ASCII string, to its decimal equivalent. For example: the string could be: "ABCDEF1234565" And I would need to convert...
  • A/D hex to decimal conversion
    Hi ALL, Iam working on the ADUC816QS ,Iam performing A/D conversion , now iam getting hex value for different input voltages, how to convert it to decimal,how to implement the floating point conversion...
  • ASCII to BCD conversion
    I am trying to use the following code to convert 2 digit ASCII numbers to BCD number, for setting RTC Clock DS1307. unsigned char ASCII_TO_BCD(unsigned char ascii_text[2]) { unsigned char bcd_value;...
  • 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...
  • 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