• 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)
  • I dont send any char to UART at LPC2378
    Hi, firstly i am sorry my bad engilsh. I have LPC2378. I write my code. I dont understand where is my problem..Help me please. Xtal=16Mhz Baudrate=9600 I have DOcklight program. I want to...
  • 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...
  • 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...
  • how to send a char with 7data bits and 1parity bit by configuring UART
    i have to serially send data to remote system in 7data bits and 1 even parity bit format through the serial port of 8051.how should i configure the data format?