• 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)
  • 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...
  • 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...
  • 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?