• uart +switch +lcd coding
    #include<lpc21xx.h> void SendMessage(char *Message); void SendByteSerially(unsigned char a); void initLCD(void); void enable(void); void LCD_WriteChar(unsigned char c); void LCD_WriteString(unsigned...
  • uart +switch +lcd coding
    #include<lpc21xx.h> void SendMessage(char *Message); void SendByteSerially(unsigned char a); void initLCD(void); void enable(void); void LCD_WriteChar(unsigned char c); void LCD_WriteString(unsigned...
  • 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.
  • 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.
  • Fetching data from lcd and transmitting on UART
    I am currently working on LPC2148 and had an issue. I am reading the sensor reading and converting it to another unit and transmitting it on to the LCD. Now I want to transmit the Converted data to UART...