• 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...
  • 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...
  • about send data by serial port
    How can I send float number(such 3.14 or2.36..etc.) to serial port? can I define variable as float and send such as.. float dat void main() dat = 3.14; SBUF =dat; ...
  • about send data by serial port
    I try to write program about Serial interface but it invalid. Can you recommend I abiut this?. Are my source code correct?. this program I try to send "0" #include <reg51.h> sbit PLLCON = 0xD7; ...