• Baud rate - negative value in TH?
    My question is that once we get the value of 28,800 after dividing the crystal frequency (11.0592Hz) by 12 and then by 32, why we divide the value 0f 28,800 by a negative 3 (-3 = FD in HEX) in TH register...
  • Memory Exceed
    Hi I'm doing this project about Monitor and Control Green House Effect, I got no Error neither a warning but i cant build a Target due to memory is exceeding the limit. Here is My code and build output...
  • 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...
  • 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