• BL51 Error
    When i link my program with 40 lib files in bl51,it fails.i can't get the error code,it's only failure.My program is below bl51 common{1.lib},common{2.lib}common{3.lib}.......................common{40...
  • PLz Help
    Hi I m new to this I want to Know tht which MC will I use to make 2 USB Communicate with each other PLz Help
  • plz plz
    i wanted to control a devices like fan or light, using mcu and the signal will be receive by the mcu came from the pc ,in the serial port.......but i dont know how to prog it for serial port to detect...
  • plz
    how to write a program for COM Port
  • plz help for below program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy XBYTE [0x1234] = 0x55; return; ...