• 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...
  • want code for Serially Received ASCII Character to Binary
    I am using 89S5853, Want to Convert Serially Received ASCII Character to Binary at Controller PORT. code is either in c or assembly. Please Help
  • want code for Serially Received ASCII Character to Binary
    I am using 89S5853, Want to Convert Serially Received ASCII Character to Binary at Controller PORT. code is either in c or assembly. Please Help
  • 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.