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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/17/04 11:27
Read: times


 
#77553 - RE: Interfacing a parallel port
Responding to: ???'s previous message

The port pins on a 8051 are what's called 'open drain' which is similar to 'open collector'. This means they only actively pull the signal to 0v. A '1' is pulled up to 5V via internal pullup resistors (except on port0). So in answer to your problem I would suggest you use a buffer of some sort (74hc244) to give the port pins some current drive (especially if you have a length of cable between the stepper drive and the 8051).

So if you write a '1' to the 8051 port in software, it will be output as a '1' and vice-versa.

Hopefully this points you in the right direction.






List of 20 messages in thread
TopicAuthorDate
Interfacing a parallel port            01/01/70 00:00      
   RE: Interfacing a parallel port            01/01/70 00:00      
      RE: Interfacing a parallel port            01/01/70 00:00      
         RE: Interfacing a parallel port            01/01/70 00:00      
            RE: Interfacing a parallel port            01/01/70 00:00      
   RE: Interfacing a parallel port            01/01/70 00:00      
      RE: Interfacing a parallel port            01/01/70 00:00      
         RE: Interfacing a parallel port            01/01/70 00:00      
   RE: Interfacing a parallel port            01/01/70 00:00      
      RE: Interfacing a parallel port            01/01/70 00:00      
         RE: Interfacing a parallel port            01/01/70 00:00      
   RE: Interfacing a parallel port            01/01/70 00:00      
      RE: Interfacing a parallel port            01/01/70 00:00      
         RE: Interfacing a parallel port            01/01/70 00:00      
         Electrical knowledge - back to basics            01/01/70 00:00      
            RE: Electrical knowledge - back to basics            01/01/70 00:00      
   RE: Interfacing a parallel port            01/01/70 00:00      
      RE: Interfacing a parallel port            01/01/70 00:00      
         RE: Interfacing a parallel port            01/01/70 00:00      
            RE: Interfacing a parallel port            01/01/70 00:00      

Back to Subject List