• 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...
  • Second serial port - asynchronous UART
    I am trying to write code for the second serial port on the C167. I seem to be having major trouble. I have read that port pins 3.0 and 3.1 are Tx and Rx respectively and then from other sources that...
  • Regarding serial interface
    Hello, I am using ST10F269 evaluation board and using Keil environment for the same. I am trying to interface ST10 board with PC through asynchronous serial interface.The problem am facing is regarding...
  • 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...