• serial communication
    Hi everyone, I am having a problem with serial communication. I am not able to simulate serial communication. I am able to see the data which is send by the controller but i am not able to send in...
  • serial communication
    I am using a Atmel AT89C51 and I am having trouble doing serial communication. Here is what I am trying: #include <AT89X51.H> #include <STDIO.H> #include <intrins.h> int i,j; void main() ...
  • serial communication
    can i get the output in computer hyperterminal window if i am interfacing the hello example program using printf command.
  • serial communication
    serial communication does not works between two AT89c512 PI24 microcontroller without max232 weather there is possibilities for communication or we must use max232?
  • 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;...