• 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 ...
  • 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...
  • 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 ...
  • 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...
  • 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...