• Data in not getting loaded for SPDR register
    void main() { SPCR =0xD8; //Enabling SPI int,setting clock EA=1; ES0=1; SPDR=0xFF; //SPI data register while(1); } unsigned char bdata test; sbit SPIF=test^7; void sr_intr() interrupt 4 { test...
  • 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...
  • receive data in buffer uart1
    hi.. I am using LPC2387 board. By using sample code of UART1 i am trying to store data in buffer. I am sending Data using .exe Data sent by .exe is in byte. but I cant store this data in buffer...
  • CDC receive data notification
    hello i am using the CDC class functions provided with keil MDK5. i am asking that is there any manner to know if data is available to read in the virtual comport ( like an event). thanks...
  • UDP send/receive data
    I'm using LPC2368 to develop UDP send/receive data Function,But in the RTLTCP library,there is not UDP Receive function,How could I receive data ?