• serial communication between pc and AT89C51
    i have to do a project on "serial communication between pc and 8951 microcontroller".i have no idea on the programming knoledge.so plg help me with a program in c language which can be compile in keil...
  • Serial Communication w/ AT89C51 or AT89C52
    I want to have a simple program to print something out using hyperterminal. Also it would be nice to receive a character and echo it back. I have been able to do this in assembly but I can't get it to...
  • Problem with serial communication using AT89C51
    Hi, I have been working in a project with AT89C51. Specifically it is a car that follows a black line and it has to be communicated with a raspberry pi 2 that has a camera to see some signals like turn...
  • 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...
  • Serial Communication
    Can I communicate two programs? One written in C and another on ASM. The ASM would use a function Send Serial. The C would use a function Receive Serial. They should be on the same project? Or on...