• 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.
  • Int to ASCII
    I have a uint32_t variable. I want to print its ASCII equivalent value. can anyone help me here.
  • display ascii on LCD
    void main(void) { char ebit,ans; ebit = 0x01; ans = ebit*(100/256); } how can i display the value in ans on LCD ? void lcdPutStr (char *string) { char i; i=0; while(string[i]) { lcdPutCh...
  • 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...
  • Watch Window Type ASCII
    Is there a way to display a watch variable as ASCII? The only options I see are hex and dec.