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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/10/05 06:39
Read: times


 
Msg Score: -1
 -1 Didn't Search First
#100888 - 8051 serial communication problem
Hi,

i would like to know how to make PC and the 8051 (MCBx51) board to communicate with each other.

I tried with a small program and it didnt work.

below is the program

mov tmod,#20h
mov th1,#-6
mov scon, #50h
setb tr1
again: mov sbuf,#55h
jnb ti,$
clr ti
sjmp again
end

i tried to see the bit 55 in the hyper ermianl window and it didnt work.

also I want to know how we can make 8051 to receive input through hyper termianl window?


needing your help
t.s


List of 36 messages in thread
TopicAuthorDate
8051 serial communication problem            01/01/70 00:00      
   Let me Know            01/01/70 00:00      
      this is my first experiment            01/01/70 00:00      
         So use the examples provided!            01/01/70 00:00      
      When you address micro, please stay in t            01/01/70 00:00      
   What didn't work?            01/01/70 00:00      
      reply to russel            01/01/70 00:00      
         downloading            01/01/70 00:00      
            reply to andy            01/01/70 00:00      
               confusing code & data?            01/01/70 00:00      
         You;ve answered your own question!            01/01/70 00:00      
   Look in the Manual!!            01/01/70 00:00      
   Firtst match the baud rate of your micro            01/01/70 00:00      
      reply to veera            01/01/70 00:00      
         That's the simulator!            01/01/70 00:00      
            Senthil!!!!            01/01/70 00:00      
                Gowrish            01/01/70 00:00      
   this is useless information            01/01/70 00:00      
      useless?            01/01/70 00:00      
         no Jeff            01/01/70 00:00      
            It cant            01/01/70 00:00      
               Noise            01/01/70 00:00      
               what do I care            01/01/70 00:00      
   problem solved !            01/01/70 00:00      
      Power            01/01/70 00:00      
         Thanks Andy            01/01/70 00:00      
         Thanks Andy            01/01/70 00:00      
            Code optimisation?!            01/01/70 00:00      
               code optimization            01/01/70 00:00      
                  Meaningless?            01/01/70 00:00      
               Power consumption...            01/01/70 00:00      
                  not necessarily            01/01/70 00:00      
                     Sure...            01/01/70 00:00      
                        Yes, but            01/01/70 00:00      
                           Indeed...            01/01/70 00:00      
         I think more stress should be put on thi            01/01/70 00:00      

Back to Subject List