• 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.
  • 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...
  • Using ASCII codes
    Hello, This is my first post so please bear with me if I'm missing any information. I've just started learning the ARM language and am using Keil microVision5 currently. At the minute, I'm not too...
  • Watch Window Type ASCII
    Is there a way to display a watch variable as ASCII? The only options I see are hex and dec.