• Serial communication help.................
    Hi , I'm getting the output on simulation serial window.I have programmed the uC,But I am not getting output on flash-magic terminal window ,even-though I'm getting the output on simulation serial...
  • Serial Communication
    I need to communicate between an RS232 and the UART of an 80C2051 microcontroller in order to program another 8051 chip. I have configured the correct settings for the UART set up, all I would really...
  • Serial communication
    Hi, I tried communication between two uC. Steps are 1) uC1 sends a request (1 byte) to uC2. 2) On receiving this byte, uC2 sends three bytes of data to uC1. 3) uC1 waits for completion of the data...
  • serial communication
    can i get the output in computer hyperterminal window if i am interfacing the hello example program using printf command.
  • serial communication
    hi there i am trying to communicate microcontroler with computer.the program is as follow's #include<reg52.h> void main(void) { TMOD = 0x20; TH1 = 0xF3; SCON = 0x50; TR1 = 1; PCON = 0x80;...