• 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...
  • how to set parity bit and stop bit
    i have problem how to set parity bit and stop bit in C language while sending data on serial port
  • 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
  • USART: to send more Bits
    Hello, I'm searching for a function in the Realview Compiler, where I can send more than one Bit over the USART. __inline void AT91F_US_PutChar ( AT91PS_USART pUSART, int character ) { pUSART...
  • 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...