• Use and for BOLD text.
    Hi, everyonr!
  • Use and for BOLD text.
    Hi friends I wrote the code for the ARM RTOS now the no warnings and no errors but the output is not coming i am doing 2 task task1:buzzer_operation(); task2:ADC_operation(); could you please...
  • BOLD
    i want to interface GSM modem with 8051 microcontroller with yhe use of RS232 so plese give me connection diagram and discription of this inter facing. also discription of AT command set is required...
  • 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...
  • 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...