• 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
    Hi, Let me know whether there is any window showing the activated Baud rate while debugging in MDK 5. In MDK4 while we are debugging we are able to see in the USART peripherals the corresponding baud...
  • i2c baud rate
    i posted this here now because i am new to this forum and accidentally posted on another thread and got severely flamed. i use the processor PSD3233QAT-RF i've got a question about i2c function...
  • Maximum baud rate
    What is the maximum baud rate possible with 89c51rd2, is it possible to achieve speed of 115 k baud or greater??