• No subject
    #include<reg51.h> sbit ALE =P2^4; sbit OE = P2^5; sbit SC = P2^6; sbit EOC = P2^7; sbit ADDR_A = P2^0; sbit ADDR_B = P2^1; sbit ADDR_C = P2^2; sfr MYDATA = P1; void main (void) { unsigned char...
  • No subject
    i am getting problem in reading the value from 24c02 with 8051! i am getting one time original value which is present in the memory and other time when once again loop is executed,i am getting value...
  • No subject
    how can converted hex file to c language? plz information and solution vie email. can change in editing and reading in binary language? how can converted hex file to binary language?
  • No subject
    /*******************/ #include<regx52.h> #include<lcddisplay.h> #include<UART_gsm.h> #include<string.h> #include<intrins.h> #include<stdlib.h> sbit buz = P2^7; sbit gsm = P3^2; sbit...
  • No subject
    can someone help me write a C++ program that dispays the day of the week of a particular date that has been entered e.g. the date is 12/02/2000,the program displays both the date and the day of the week...