• 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 :)
  • Writing to eeprom
    Hi all, Hope someone can explain what I am doing wrong. I have the following problem. I am using a AT89C51ED2 micro and running PK51 8.01. I want to write a variable to and read a variable from eeprom...
  • 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...
  • 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...