• 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
    How to input ASCII values coming from serial. E.g if 8-bit ASCII code '80' of alphabet P , or 8-bit ASCII code '49' of digit 1 is recieved at serial port, how do I input this ASCII.
  • ASCII
    How to input ASCII values coming from serial. E.g if 8-bit ASCII code '80' of alphabet P , or 8-bit ASCII code '49' of digit 1 is recieved at serial port, how do I input this ASCII.
  • 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