• 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; ...
  • 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
    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...