• 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...
  • 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...
  • 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...
  • I need to set the frame size of 10-bit with 1 start bit, 8-bit data and 1 stop bit  for serial transmission -UART. I'm using LPC1788  MCU
    I have successfully set baud rate, stop bit and data of size 8-bit, but I'm unable to set the start bit. How can i do it? Peripheral device has frame size of 10-bit with 1 start bit. I've attached my...