• Conversion of integer to ASCII for display
    I wish to display the contents of a variable, probably an unsigned integer, on an lcd display driven from the 8051. I have written software to accept an array of characters and write these, so the ideal...
  • Display a Math Result on LCD
    Hello all, I am going through a project, in which I need to display the results of a math operation on LCD. Can anybody help.
  • atmel89s8252 problem to display in lcd
    the problem i ask yesterday hv solved, the now i'm facing another prob. which is the velocity value cant display in LCD once i reach "START==0 AND STOP==0" it will display 255 for the velocity value...
  • Int to ASCII
    I have a uint32_t variable. I want to print its ASCII equivalent value. can anyone help me here.
  • 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.