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
Mayer
Check the "hello world" project in the examples folder of your keil installation path!
thanks for answer
I succeed in transmitting through the serial port like you said with the "Hello World" program but how i set that the string will be transmitted with parity bit (odd parity)
mayer
Don't you think that the configuration for the UART may possibly be defined in the datasheet for your processor?