• 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...
  • CMSIS UART Driver Timeout
    Hi, I use keil uVision 5.1 and CMSIS UART driver How to set the timeout to an arbitrary value. Best regards Amr Hendy
  • RTE UART Driver problem with 7bit plus parity (no error but hang)
    In standard libs for STM32 if you user 8 bit and even/odd parity it automatically switch it to 7 bit of data and one bit of parity and so for 9 bit and parity it convert it to 8bit plus parity bit but...
  • 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...