• UART 0 - 89C669 @ 115200 baud rate
    UART 0 of 89C669 @ 115200 baud rate Hi all, Previously I was using 89V51RD, Now I want to replace it with 89c669 because of flash memory restrictions. My serial comm code using 89V51 is...
  • UART BAUD RATE GENERATION
    The Uart baud rate generation formula is, UARTn baudrate = PCLK/16*UnDL UnDL = 256 × UnDLM + UnDLL why the Divisor latch MSB is multiplied with 256 plz inform me, thank you
  • Baud Rate
    Hi Does anyone know this In the Peripherals->Serial Window, it displays a baudrate. If I am setting TMOD.6 to 1, another word using t1 pin to clock timer1 instead of the cystal, will that window still...
  • Baud Rate
    Specification for AT89C51 Baud rate - 9600 Clock - 12MHz SMOD - 1 TH1 - 0xF9 so is my code correct? Code: void serial_send() { SCON=0x50; TMOD=0x20; TH1=0xF9; TR1=1; TI=1; } Confusedman...
  • Baud rate
    Dear Sir, I am searching how to generate 57600bps baud rate in micro controller if any buddy knows so please send me your mail on shahkrishp@gmail.com