• Sending string on serial port
    Hi everyone, is there anyone who could help me with following? In x51 processor You have SBUF buffer which is used to send or receive a character via serial port. Is there any way to send a string...
  • 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...
  • declaration for sending to the serial port
    Why when i use serial port i need to declare this 2 declaration #ifdef MONITOR51 // Debugging with Monitor-51 needs char code reserve [3] _at_ 0x23; // space for serial interrupt if #endif /...
  • 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
  • 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...