• DATA TRANSMISSION AND RECEPTION
    while the RF transmiter is used to transmit the data from pc to any devices such as LCD display. if possible means please describe that. then how the data is transmit from pc to RF transmitter and as...
  • DATA TRANSMISSION AND RECEPTION
    while the RF transmiter is used to transmit the data from pc to any devices such as LCD display. if possible means please describe that. then how the data is transmit from pc to RF transmitter and as...
  • 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...
  • 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...
  • 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...