• 89c51 ,adc0808
    hello, i am trying to interfacing between 89c51 and adc0808 serially using rs232 but can any one givr me the asm code for adc0808 and 89c51 interfacing code.
  • ADC0808 output is not stable
    Dear All, following is the code is not working..can any please guide me where is the problem.. #include<reg51.h> sbit ale=P1^0; //address latch enable sbit oe=P1^3; //output enable sbit sc=P1^1;...
  • Interfacing of ADC0808 With 89C51
    Interfacing of ADC0808 With 89C51- My project is solar tracking system.I used 8 LDRs as a sensor which is connected to ADC.So i want the total interfacing of LDRs,ADC&89c51.
  • programing of microcontroller interfacing with ADC0808
    Can anybody send me C program in keil software for interfacing of atmel89c51 with adc0808.I WANT TO MEASURE TEMP USING LM35 SENSOR FROM 0 TO 100'C.
  • Problem in interfacing ADC0808 wiith 89s52
    I am interfacing 89s52 with ADC0808, I am facing the following problem.... --->All the outputs are 0xff...(i have checked OE and always keep OE hjigh during reading...... I have generated the clock...