• Dec to hex
    I had declared an variablw like below, unsigned int i; Normally the data representation may be in either decimal or hexadecimal. In my project the value of 'i' is decimal i need that unsigned...
  • ascii to hex
    I am trying to display what ever I press on key board in reg A. Its working unto 0to9 and ‘A’to ‘F’. But ia m unable to get the logic beyond that Can any one help me
  • How do you convert a HEX file to ASCII
    Hi, Does anyone know how to convert a large (20mb) HEX file into ASCII or another viewable format? What is the fastest method?
  • need to convert an ascii to float?
    in embedded programming why do we convert an ascii to float initially?what is the use of it?
  • 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...