• data transmission and reception
    we are using ASK module RF transmitter & receiver,How to transmit the data from PC to transmitter and receive it?whether modem should be used between transmitter and PC? It is a wireless project titled...
  • 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...