• Hex To Decimal
    hi all, i am getting data from serial port so it is in character form my function is like this <per> { idata char arr[15]={0}; int i,j; arr[i++]=getkey(); while(( arr[i++] = getCharX(...
  • changing hex value to decimal
    hi, how to change the value of hex to decimal For example from hex "0x15" to decimal 15 or in hex like 0x0f. do we have any option in keil or any other way. Thankyou arun.
  • 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...
  • Float 5 decimal digit limitation
    I am using the double data type to store a calibration constant. I tried also with the float data type. To form the value, I read from memory decimal digits multiplied by its corresponding decimal: ...
  • i want convert hex to decimal
    i am receiving number from ADC naturally its in the form of hex,but i need display it as decimal so its need conversion or any other method pls help me