• LPC2148 Pin Data fetching issue
    I want to get the count whenever a pin gets high and store it in a variable and then use every count of the variable in if loop for my process. What would be the syntax and how can i add a counter if...
  • LPC 2148: Fetching data from uart and displaying that on LCD
    Hey, I have a sensor which sends ASCII data. I want to save that data in the RBR register of UART and then display it on the LCD I am here posting the code for the same but i am not getting any display...
  • data from uart dispaly on lcd
    Hi, I have to receive data from uart and display that on lcd(it is a usb to uart port from an android phone). how to do it? please tell me the solution.
  • Transmit UART on F320
    I am reading in I2C protocol, which fills up a USB_TX_Buffer. I have that buffer in the watch window and can see the values I want filling it up, but when I to transmit it out on the UART TX pin on the...
  • UART transmitting wrong char
    Hello, I am trying to set UART connection for the first time. I have a LPC2138 protoboard and I want to use its UART to transmit char A to bluetooth module RN41 via its UART. I managed to send something...