• 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...
  • 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...
  • 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...
  • transfer data
    I want programming similar hyper terminal that transfer & recive Data through 2 modem with phone line.( without cable ).help me in my project at visual basic.
  • serial port data/constant delay
    Hi I m recieving the serial port data by using the scanf command and then running a loop for inserting the delay the character got from serial port will determeine the delay But the problem i...