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