• Timing of data on serial ports
    Call me crazy if you like but I decided to make myself a dual serial port system for the 8051 (AT89S52) via hardware multiplexing (4052 IC) in which the uart selection is controlled by a GPIO pin. The...
  • Data Types, Serial Port
    Hi!! I have a problem with char data. Im reading from the serial port 1 bytes (char);8 bit, NO parity, 1 stop bit, 9600 baud. I start my program receiving data, after i send data+1, and i can see in...
  • sending data to serial port
    I am interfacing an led with via serial port. I have set up the serial port already. I have a display with these specification parameters: baudrate:2400 data:8 bits end code:1bit I am trying...
  • about send data by serial port
    Why are you setting TI to 0 when it is 0 ? I set TI=0 at first time because I be carefule about serial interface,when you send lastest bit of data by Serial interface The TI always automate set(TI...
  • how to transfer data serially on port
    dear sir, i need a code in c that how to transfer data serially on any port using aduc842.