Discussion in "8051 Discussion Forum" started by    Maherbaloch    Oct 2, 2010.
Fri Dec 17 2010, 01:42 am
to work at home with ur computer u can use usb to serial converter
Fri Dec 17 2010, 01:43 am
i hv dat but iy nt wrkng
Fri Dec 17 2010, 01:58 am
may be out of order
buy a new for ur future work
Fri Dec 17 2010, 01:47 pm
hi majoka i short pin but em nt receiving any thng whn i sended character A
but shorting of 11 and 12 iz same as da shorting of 11 and 12 of max ?
i removed da 11 and 10 wire from max of controller thn i shorted pin 11 and 12 of max
Fri Dec 17 2010, 01:54 pm
i received same thng which em snding
whn shorting da 10 and 11 of controller
after removing controller
Fri Dec 17 2010, 03:44 pm
hi Maherbaloch

i received same thng which em snding
whn shorting da 10 and 11 of controller
after removing controller


yes i was tell u to do this thing
now it is clear that problem is in controller site
now there is a possibility crystal frequency is not as it is mention on it so baud rate is not generating properly
change also controller may be that is some damage
try this code on ur harware
#include<reg51.h>
void main (void)
{
SCON=0X50;
TMOD=0X20;
TH1=0XFD;
TL1=0XFD;
TR1=1;

while(1)
{
SBUF='A';
while(TI==0);
TI=0;
}
}

Fri Dec 17 2010, 04:36 pm
im using another controller itz show ..... instead of showing A
Fri Dec 17 2010, 05:30 pm
now last option is ur crystal nothing else
change that
what value of crystal ur using
Fri Dec 17 2010, 05:31 pm
12.000
i hv 2 crystal bth gvg same
Fri Dec 17 2010, 05:38 pm
led wrking properly

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

scaneraNom
Sat May 04 2024, 02:21 am
gtaletrzua
Fri May 03 2024, 10:55 am
Clydehet
Wed May 01 2024, 06:44 pm
Davidoried
Wed May 01 2024, 06:11 pm
KevinTab
Sun Apr 28 2024, 05:35 am
Tumergix
Sun Apr 28 2024, 12:59 am
StevenDrulk
Sat Apr 27 2024, 08:47 pm
StephenHauct
Sat Apr 27 2024, 09:38 am