• 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?
  • 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
  • hex to ascii string
    Dear all, Hopefully someone can help me out..!!! I'm in a bit of a fix and I just can't find how to do it. This is a "C" question and has nothing to do with the C51 product, so please bare with me...
  • ASCII-HEX & Binary on RSR232
    Hi, Normally when we use printf to output on RSR232, in which format it outputs. ascii-hex or binary.How to set the output format. rutu
  • 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...