• 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 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...
  • Data transmission for float variables by uart0
    hi everyone I'm looking for a good alogrithm to send a float variable to a PC by the serial port. First I have to separate the float variable in bytes to be read to send by the serial port. do i...
  • serial transmission
    hi all, I wrote a program in Matlab to transmit data through COM port.I am sending the data in integer format. I have connected MCBx51 board to the system COM port to receive it. The assembly program...