• Problem: C51 with 12-bit Serial ADC MAX187
    I am using uVision3 with AT89S52 and 89S52 is connected with 12-bit Serial ADC MAX187 according to Datasheet. I have interfacing problem with this ADC using C51 compiler. I searched uVision help and...
  • ADC routine for 8051F020
    I am using C8051F020 chip (C8051F020DK kit) from Silicon Laboratories. I am trying to use ADC. Can anybody share the routine in keil 'C' for the above. I want to use internal VREF. Thanks JPRAO
  • Serial Port Routine
    To avoid the overhead of printf() I have created the following routine: void write_0(unsigned char* c) { int cnt = 0; int len = strlen( c ); // Disable interrupts EA = 0 ; for ( cnt = 0;...
  • serial routine & Uvision2
    Please Help How do i use Uvision2 for debuging serial comm interrupt routine. I have wrote some code but i must hit RI bit on the serial per. menu to watch the serial INT in progress can it be done...
  • 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...