• Pass Strings for debug Command
    Howdee I'm trying to create a UART Debug Function in which i can pass it some parameters 1 of them a string or array of data I've tried then following but none of them work FUNC void UARTinput...
  • problem in string display
    #include<reg51.h> #include<string.h> #include<stdio.h> #define lcd_data P1 sbit rs=P2^0; sbit rw=P2^1; sbit en=P2^2; unsigned char n[5]="hello"; unsigned char m[]="welcome rakesh"; void cmd_lcd...
  • UV2: displaying strings
    What's the easiest way look at an ASCII string in the UV2 debugger? I haven't even found a hard way yet :)
  • how to display write string in eeprom
    if any one have 8051 interview queations and programs pls post me
  • Text String not Displaying on the Graphical LCD
    Hello, I have written a code for Graphical Serial LCD for displaying the Images on the Graphical LCD The LCD is TIANAMA 128x64 with Hitachi Controller. With help of this code i am able to show...