• UART1 lpc1768
    How to config uart1 in lpc1768 for ppp conection with gprs modem. serial port driver for lpc1768
  • UART1- LPC2101
    I m using 14.7456Mhz Crystal. I am trying to send one data through UART1 using LPC2101.This is my initialization PINSEL0 = 0x00050000; /* Enable RxD1 and TxD1*/ U1LCR = 0x83; /* 8 bits, 1 Stop bit...
  • UART1- LPC2101
    I am doing a project using LPC2101. This is very new for me. So i tried to send one character through UART1. But it is not working. How can i configure External crystal oscillator. Crystal Frequency...
  • UART1- LPC2101
    I am doing a project using LPC2101. This is very new for me. So i tried to send one character through UART1. But it is not working. How can i configure External crystal oscillator. Crystal Frequency...
  • uart1 in 89c669
    Hi, i'm using P89c669, but uart 1 is not working in my board. Is my settings correct? settings = 9600,8,n,1. IEN1 = 0X01; S1CON = 0X50; S1STAT = 0X20; BRGCON = 0; BRGR1 = 0X07; BRGR0 = 0X70;...