• 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...
  • Passing strings to a display routine
    I have used the following code to send a display string to an RS232 port. It always worked in Keil Microvision2. Now in microvision5 it does not. DispString (“Abcdefg\n”); Void DispString ( unsigned...
  • 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...
  • a big bug with serial display for uv2 and uv3
    when debug then go! if you want to display chinese.....you'll find it doesn't display chinese correctly! because keil's serial display is single byte.but chinese is two byte ...you must fresh and fresh...