• 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
  • Parity simulation for UART input in debug function
    Hi all! For example, I set disable parity generation and checking at UART0 Line Control Register. Then I could write "S0IN = 0xAB" to simulate uart input, and it's ok. But I neen to use UART...
  • 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...
  • 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...
  • C51 - Calculating the parity
    Has someone a good hint how to implement a parity-calculation of a byte in the most efficient way on an C51-device?