• Receiving UART in LPC1768
    I'm working on a project in which the MCU LPC1768 will be connected to a host. The host will send command message to UART1 of MCU LPC1768 and the MCU will reply with a predefined message. There are...
  • uart 3 not receiving
    i wrote a code for uart3 but the data was not receiving ,i checked all pheripherals like power control and pinsel regsistery and baudrate too, here i posted my code please do the needfull as soon as...
  • how to receive data from uart using this program
    i am editing the program some one already made.i want help to receive the data from uart using the program.here is the interrupt program they have used. void serial_interrupt() interrupt 4 using...
  • uart receive data incorrect above 9600 baud
    Is anyone successfully receiving UART data using a UART configured with greater than 9650 Baud? I have a Keil development board. I have interrupts enabled. I'm looking forward to hearing...
  • tinyos UART receive problem
    hi, i am working with tinyos version 2 and i have a problem with making the telosb mote receive the UART command sent by my computer thru a C program. What i want to know is which component to use...