• 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, 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
    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
    Question 1: I am needing to perform I2C or SPI communication among 8031s, but I cant use open-collector pins or serial pins. I have 03 free pins on port 1. Is it possible without additional hardware...
  • <serial communication>
    hi , I am trying to have a serial interface between 2 atmel 89c51 at a baud rate of 2400 using standard interrupt subroutine.The transmitter part is functioning properly but the reciever is giving me...