• 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 baud rate
    If we set different baud rates in an master-slave system,can the system work correctly?!thank you!
  • a problem about serial communication with cc1010 dk
    hey all I uploaded to cc1010 chip an example about serial comm with pc and cc1010 development kit. I have used the hyper terminal. With using example program I am supposed to see the chars which I...
  • Serial communication
    Hi, I use AT89S52 in a project. I send and receive data through TXD, RXD pins to a GSM module for sending SMS to another mobile equipment. I use watchdog facility and the watchdog counter is reset at...