• 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.
  • hex-386 to decimal
    hi guys, I am working on ADuC7026. im saving some data by using SAVE command. im getting the values in HEX386 format. Im dont know how to covert that into decimal.. help me in this regard....
  • ascii str (multidigit) or ptr to decimal conversion
    Hello! I'm using following formula to convert string to decimal value: int ptr2dec(char *ptr, unsigned char size) { int val = 0; unsigned char x; for (x = 0; x < (size - 1); x++) { ...
  • 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