• 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...
  • 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...
  • 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
  • float to ascii
    Hi, I need help to convert a floating point to ascii format. I found the command atof() that converts ascii to float, but what about the other way round? Is there any command in C51 that does this? And...
  • float to ascii
    Dear colleages, I would like to know if there is some one on earth that have a routine to convet a number from float to ascii. I want to show a float point number on a display of 16x2. An example...