• 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...
  • 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...
  • having problem with 8051 multi transmitter and single receiver
    these is regarding multi controller communication actually i am using one master that recieve from more than 1 slave which act as transmitter (all controller here are 8051). system works properly till...
  • having problem with 8051 multi transmitter and single receiver
    these is regarding multi controller communication actually i am using one master that recieve from more than 1 slave which act as transmitter (all controller here are 8051). system works properly till...
  • 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...