• 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 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
  • 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.
  • conversion from long to ascii
    Hey Guys, i am storing a number as a long in memory and need to convert it to an ascii number ie 123456789 to "123456789" been trying with : sprintf(telno,"%u",123456789); but what gets stored...
  • 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...