• 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...
  • 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...
  • 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;...
  • 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...
  • 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...