• I have a problem with lpc2148 uart receiver (with interrupt)
    Hello Sir, when I use lpc2148 UART receiver interrupt then microcontroller is not receiving any value but if I use a simple receiver then it's working correctly and receive correct data. I'm check...
  • UART data Receiving
    Hi All, I am trying to receive data from UART and keep it in Receiver buffer. I need to check character by character whether the data received is a printable ASCII character or not. I am using LPC1768...
  • LPC2148 UART interrupt
    I am using LPC2148 with SIM800L on UART1 using interrupt. When I use memset(buff, 0 , sizeof(buff)); in line "75" at first the program works fine but when while(1) loop runs again it prints error over...
  • 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...
  • lpc2148 uart problem
    Hi guys, i'm trying to set up a small code to echo a char in hyperterminal but it doesnt seem to work... here is my code I hope you can help me #include <LPC214X.H> #define CR 0x0D void Initialize...