• 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...
  • 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
  • string send on serial port
    Hi All,, How can a formatted string be send on the serial port ?? Any help will be great. Thankzz && Bye Rocknmoon
  • Sending string on serial port
    Hi everyone, is there anyone who could help me with following? In x51 processor You have SBUF buffer which is used to send or receive a character via serial port. Is there any way to send a string...
  • 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?