• serial communication between two microcontrollers
    Hii.... i am making a project of radio frequency identification (RFID) in which i am using two microcontrollers AT89C52. i want to make a serial communication between these two microcontrollers...
  • Unexplained error in sending serial data between 8051s
    This is a follow-up question from my previous thread regarding the sending of serial data from one 8051 to another. http://www.keil.com/forum/docs/thread4180.asp Although I have enabled to have...
  • Serial communication between two AT89C51 chips
    Greeting everyone Do you know any good tutorial for me to learn how to set up a serial communication between two AT89C51 chips in C language and a schematic layout? Thank in advance Manoz Joshi...
  • how to make serial communication between two 8051 microcontroller
    how to make serial communication between two 8051 microcontroller
  • difference between the two?
    What is the difference between the following two variable declaration? unsigned char var; and unsigned char data var;