• about serial communication
    this is manoj im using 89c52 microcontroller .im unable to transmit the data serilally for 115200 baud rate . but im able to transmit thro 9600 baud rate configuration. i tried using X2 mode by...
  • about serial communication!
    I can't step over this instruction ( while(TI==0);// ) the program : #include "reg51.h" main() { TCON = 0x50; TMOD = 0x20; TL1 = 0xFD; TH1 = 0xFD; TR1 = 1; while(1) { SBUF = 0xFF; while(TI...
  • about serial communication!
    I can't step over this instruction ( while(TI==0);// ) the program : #include "reg51.h" main() { TCON = 0x50; TMOD = 0x20; TL1 = 0xFD; TH1 = 0xFD; TR1 = 1; while(1) { SBUF = 0xFF; while(TI...
  • about serial communication
    this is manoj im using 89c52 microcontroller .im unable to transmit the data serilally for 115200 baud rate . but im able to transmit thro 9600 baud rate configuration. i tried using X2 mode by...
  • about serial communication baud rate
    If we set different baud rates in an master-slave system,can the system work correctly?!thank you!