• 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
  • 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 /...
  • sending string with parity
    hello to all !!! I am using ADUC841 and i want do sent a string in that format (8 bit ,1 stop bit, odd - parity) I am writing in C51 how can i set the my MCU to output this string with parity...
  • sending in the serial port with parity bit
    hello to all i am working with MCU OF ADUC851 (core 8051) i need to send on the serial port (9600,odd,8 or 9) a string, the string need to be with parity bit i am writing in C thanks in advance...