• 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?
  • 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 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...