Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/13/05 13:53
Read: times


 
#87267 - Check this!
Responding to: ???'s previous message
Hello Kuan
Check the following step by step
1:you must have 11.592 mhz xtal for your project
because with 12mhz xtal occur incorrect internal timing

2:If you have printed circuit board, check
gnd and vcc of max232 is connected to 8051's gnd and vcc

3:with 1200 instead 9600 baud rate maybe your problem be solved

4:be sure +/- of caps are correct connected.

5:if any solUtion is not be usefull get this code



MOV SBUF,A
LCALL SERIAL_TRANS


SERIAL_TRANS:
MOV TMOD,#20H
MOV TH1,#-12
MOV SCON,#50H
SETB TR1
HERE1:
JNB TI,HERE1
CLR TR1
CLR TI
RET



List of 16 messages in thread
TopicAuthorDate
what is wrong?            01/01/70 00:00      
   Oscilloscope.            01/01/70 00:00      
   this is what is wrong            01/01/70 00:00      
      thanks            01/01/70 00:00      
         signals            01/01/70 00:00      
   max232            01/01/70 00:00      
   Review your hardware            01/01/70 00:00      
      MAX202            01/01/70 00:00      
         Re: MAX202            01/01/70 00:00      
   change baud rate to 2400/1200            01/01/70 00:00      
   Check this!            01/01/70 00:00      
   change caps to 10Uf.            01/01/70 00:00      
   maybe 8051 not work            01/01/70 00:00      
      capacitor values correct?            01/01/70 00:00      
         Re: capacitor values            01/01/70 00:00      
         and here            01/01/70 00:00      

Back to Subject List