Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#include<REG51.h> //LCD DATA P1 RS= P2.0,RW=P2.1,EN=P2.2
void DELAY(int);
unsigned char ASCII(unsigned char); //funtion to convert hex to ascii
void LCD_COMMAND(unsigned char);
void LCD_DATA(unsigned char);
void LCD_STRING(unsigned char *VAR)
{
while(*VAR)
LCD_DATA(*VAR++);
}
void main()
{
TMOD=0X22;
TH1=0X00;
SCON=0X50;
LCD_COMMAND(0X38);
LCD_COMMAND(0X0C);
DELAY(100);
while(1)
{
}
void DELAY(int C)
{
TF0=0;
TR0=1;
for(I=0;I<C;I++)
{
while(TF0==0);
TF0=0;
}
}
void LCD_COMMAND(unsigned char DATA)
{
P1=DATA;
P2_0=0;
P2_1=0;
P2_2=0;
P2_2=1;
DELAY(60);
P2_2=0;
}
void LCD_DATA(unsigned char DATA)
{
P1=DATA;
P2_0=1;
P2_1=0;
P2_2=0;
P2_2=1;
DELAY(60);
P2_2=0;
}
unsigned char ASCII( unsigned char temp)
{
if(temp>0x09)
{
temp=temp+0x07;
}
temp=temp+0x30;
return(temp);
}
I hv tried
But I m poor in programming
And in next two days I hv to submit my minor project
In which I hv to show data transmission on Proteus
Pl help me
I want to devlop my project
Secure rf data transmission on proteus software
Using two mco at89s52
Keyped , lcd , rf module
I want source code for both tx mco , rx mco
- - - Updated - - -
Milan.rajik
Provide me a code but it is not complete
Spacially for tx because it not contain input method like keyped
And it dose not secure comm.
Plz hel me
- - - Updated - - -
Here is the attachment
https://www.datafilehost.com/d/32c84ab7