• How done programming in keil
    Hello Sir, I work on one project in which i control stepper through PC.I done programming in turbo C. Now I want to used Microcontroller 89s51. i want to make programmer using parallel port & communicate...
  • Dont get it
    Sorry. I meant to say Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the...
  • Dont get it
    Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the union part. Every other...
  • NXP LPC2xxx dont have I2C_CLK VTREG
    Want to simulate I2C Master,but I2C_CLK VTREG is not included.
  • i am just begginer dont know how to solve undefined identifier
    include<reg51.h> include<stdio.h> void main(void) { unsigned innt x; p1=0x00; for(x=0;x<5000;x++); p1=0xff; for(x=0;x<5000;x++) compiler shows error that p1 is undefined identifier ...