• About development of Tachometer using 89c51
    Hellooo this is Pavan Phadnis i nedd help to develop a tachometer which is used to measure RPM. please send me any code related to measuring no of pulses through P3.2 . waiting for earlies reply...
  • About development of Tachometer using 89c51
    Hellooo this is Pavan Phadnis i nedd help to develop a tachometer which is used to measure RPM. please send me any code related to measuring no of pulses through P3.2 . waiting for earlies reply...
  • About serial interrupt and routine for serial transmission
    i am using a routine for transmmiting some data serially,it works properly,now i have to use serial interrupt for receving some other data. i must have to use interrupt for the reception of data as it...
  • About serial interrupt and routine for serial transmission
    i am using a routine for transmmiting some data serially,it works properly,now i have to use serial interrupt for receving some other data. i must have to use interrupt for the reception of data as it...
  • about "a C program calling an assembly routine"problem
    The C code is: #pragma SRC #include<Reg936.h> #define uchar unsigned char #define uint unsigned int extern uchar AA1; extern uchar a_func(uchar) void main() { unsigned char ab,acd; AA1=0xff; ...