• 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-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
  • 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 conversion
    Hi, I want a code for converting a 32bit hexadecimal number to its decimal ascii equivalent. I mean if number is 0x1234, then its decimal will be 4660 and its ascii equivalent will be 34 36 36 30...
  • C Routine for Hex to ASCII
    Hello Guys, I am doing a project. I am reading the output from the ADC,Hex value which i want to convert into ASCII value because i have written the code for display driver to accept ascii values....