• 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...
  • Parity bit problem in USARt
    Hello here my usart settings that it works fine USAR.USART_BaudRate=9600; USAR.USART_StopBits=USART_StopBits_1; USAR.USART_WordLength=USART_WordLength_8b; USAR.USART_Parity=USART_Parity_No ;...
  • Even Parity
    Hi, I'm New to this Forum, I just wish to know how to configure 8051 Serial Communication for Even parity, what are the registers to configure, Please someone help me out in this
  • 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 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...