• 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.
  • 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...
  • 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 intel 8051with a gm862 gprs modem and a ADC0808
    i need to convert a analog signal using adc0808 and then send the data to the serial out of the 8051 in order to transmit it to the gprs modem. i tink i hav to use ATcommands. Can anyone guide me on...