• RL-TCPnet TCP reception problem
    Hello, When I send an TCP packet (1022 bytes) from my PC, I receive the packet in 2 times (with TCP_EVT_DATA). 536 bytes first and 486 bytes. I don't understand why I can't receive it in one...
  • informaton regarding the reception of message
    i need to transmit a data from PC using RF transmitter and receive it using receiver... we are using AT89c51 controller..... how the data is transmitted and wats the connection between PC and transmitter...
  • Trouble with SSP1 reception + DMA
  • Serial data reception by 8051
    Hi all, i am developing an application wherein Atmel Mc receives serial data from an external source. The code developed is as follows: MOV TMOD,#20H MOV TH1,#-3 MOV SCON,#50H SETB TR1 up...
  • SERIAL RECEPTION OF DATA
    i did this code #include <REGX51.H> #include<stdio.h> #include<string.h> #define rs P3_5 //pin4 #define rw P0_6 //pin5 #define en P3_4 //pin6 void delay(int); void lcd_init(); void printlcd...