• BOLD
    Hello, when trying to compile an C program with uVision2 v2.38a . compilation errors, following is the complete program,pls help me : #include <regc51.H> #include <intrins.H> void wrt_lcd(unsigned...
  • BOLD
    #define A 100 void main() { int b=0; int c=30; while(1) { b++; if(b>1000) b=0; if(abs(b-c)>10) { #ifdef A #undef A #define A 200 #endif print("A1= %d",A); } else { #ifdef A #undef A...
  • bold
    sir i doing embedded project on multi channel data logger for industrial application plz tell abt on my project i dont know the operation plz send to my id(madhu_4222000@yahoo.com)
  • bold
    sir i doing embedded project on multi channel data logger for industrial application in this(AT89C51,ADC0808,MAX232,RS232) plz tell abt on my project i dont know the operation plz send to my id(madhu_4222000...
  • BOLD
    for beginners 89c51 is not advisable. better to use very easy 89v51xx chips which have ISP through UART means you need only a max232 ic between the microcontroller and the computer. for more about this...