• UART parity control in 8051 / 8051MX.
    Hello, In 8051 or the new Philips 8751MX, there aren't dedicated bits in any SFRs that set the parity for UARTs. Does any one know how to send (and receive) serial data with even or odd parities...
  • 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
  • P87C51MX: UART-1 even/odd parity
    Hello 51MX users, Has any one ever successfully used 51MX's UART-1 with either EVEN or ODD parity? My emulator does not use the 51MX chip directly, it uses the 51MX bond-out chip instead. My UART...
  • 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 ;...
  • 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...