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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/21/03 12:55
Read: times


 
#39651 - RE: 8255 LED interface
Responding to: ???'s previous message
hi,

1: org 0000h
2: mov dptr,#0F003H
3: mov a,#10000000B
4: movx @dptr,a
5: mov dptr,#0F000H
6: mov a,#0AAH
7: movx @dptr,a
8: end

the 3rd line in the above code initialize the 8255 control word. Even though if i used a driver (transistor) all the 8 LED connected to port A lits up when i send the byte #0AAH. Also, i tried to make the port A as input and connected some of its pin to +5v and some of it to 0V. When i tried to read the portA, nothing is read. So what could be the reason.


thanks
george



List of 41 messages in thread
TopicAuthorDate
8255 LED interface            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
      RE: 8255 LED interface            01/01/70 00:00      
         RE: 8255 LED interface            01/01/70 00:00      
            8255 -Rising like a Phoenix            01/01/70 00:00      
            RE: 8255 LED interface / Chris & Penny            01/01/70 00:00      
               RE: 8255 LED interface / Chris & Penny            01/01/70 00:00      
               RE: 8255 LED interface / Chris & Penny            01/01/70 00:00      
            RE: 8255 LED interface            01/01/70 00:00      
      RE: 8255 LED interface            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
      RE: 8255 LED interface            01/01/70 00:00      
         RE: 8255 LED interface            01/01/70 00:00      
            RE: 8255 LED interface            01/01/70 00:00      
            RE: 8255 LED interface            01/01/70 00:00      
               RE: 8255 Surface Mount            01/01/70 00:00      
                  RE: 8255 Surface Mount            01/01/70 00:00      
                     RE: 8255 Surface Mount            01/01/70 00:00      
                        RE: 8255 whats wrong            01/01/70 00:00      
                           RE: 8255 whats wrong            01/01/70 00:00      
                           RE: 8255 whats wrong            01/01/70 00:00      
                           RE: 8255- whats wrong with it ?            01/01/70 00:00      
                              RE: 8255- whats wrong with it ?            01/01/70 00:00      
                                 RE: 8255- whats wrong with it ?            01/01/70 00:00      
                                    RE: 8255- whats wrong with it ?            01/01/70 00:00      
                                       RE: 8255- whats wrong with it ?            01/01/70 00:00      
                                          RE: 8255- whats wrong with it ?            01/01/70 00:00      
                                          RE: 8255- whats wrong with it ?            01/01/70 00:00      
                                             RE: 8255- Erik            01/01/70 00:00      
                                       RE: 8255- whats wrong with it ?, Rob            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
      What can possibly be right with it?            01/01/70 00:00      
         RE: What can possibly be right with it?            01/01/70 00:00      
         RE: What can possibly be right with it?            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      
      ST2221, where? - to Erik            01/01/70 00:00      
         RE: ST2221, where? - to Erik            01/01/70 00:00      
   RE: 8255 LED interface            01/01/70 00:00      

Back to Subject List