• about send data by serial port
    <p> can I send Decimal number to serial port? How can I define? I had ever defined as dat = 20; SBUF = dat; But my hyperterminal display is empty. Isn't correct?. Can you send some source...
  • 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; ...
  • 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...
  • 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...
  • string send on serial port
    Hi All,, How can a formatted string be send on the serial port ?? Any help will be great. Thankzz && Bye Rocknmoon