• sending a bit of a char ro any port pin
    Dear friends i would like to know how to send any bit of a char to any port pin ie. unsigned char a = 0xAA; now at memory location for a will contains 10101010b can i send the bit 0 of "a" to P1_0...
  • 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 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 send data to a specific bit of any port?
    how to send data in acc.5 to bit 3 of port 3, actually I was facing this issue when i was working out an example in one of the text book (move bit 6 of accumulator to bit 3 of port 3)
  • send a continous char
    does anyone have an idea of how to continuously send a character using the UART function on an 8051 in assembly language. the following code i have doesnt seem to work, the compiler tells me theres a...