• Want help in Programming in Assembly
    Hi, i want an Assembly language program for my project of home security system in which iam using 89c51 microcontroller. the task in which iam facing the problem is that i am using IR based communication...
  • want to discuss about programming
    hi there, i wanna ask u guys about how to program a system that can detects time when someone key in the password on lcd. And also using the timer to detects when that person go out. This is for...
  • WANT CODES IN ASSAMBLY FOR GSM CONTROLL
    SIR I WANT ASSAMBLY CODES FOR GSM BASED ROBOT CONTROLL USING MICROCONTROLLER 8051
  • Keil Error - Building
    *** ERROR L118: REFERENCE MADE TO ERRONEOUS EXTERNAL #include<reg52.h> int i,j; bit state=0; sbit ledPin = P1^5; void main() { while(1) { ledPin = 1; for(i=0;i<1000;i++) { for(j=0;j<120;j+...
  • Want to echo stuff in the build window.
    Other compilers and IDE's that I have used in the past have allowed me to "echo" strings or whatever I wanted in the build window. Does anyone out there know if/how I can do this in uVision2? I'll...