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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/29/08 14:44
Read: times


 
#159477 - What do you miss in the datasheet
Responding to: ???'s previous message
Yes, it is dual-direction. It may both drive the bus, and listen on the bus.

I took a quick peek at a datasheet from TI:
http://focus.ti.com/lit/ds/symlink/sn75176a.pdf

The little chip has 8 pins.

Pin 3 - DE - is described as Enable for outgoing data. In the datasheet linked above there is a logic table showing the function of this enable signal together with the D data signal.

The logic table shows how data in on D (when enabled) will affect the differential outputs A and B.

One more logic table shows how data received on A and B (together with the enable signal /RE) will affect data from the bus to the signal R which is data to your microcontroller.

So, these two logic tables shows quite much of how you connect the chip. The schematic symbol should also help explaining how to connect the chip.

Figure 15 shows how you build the network using the chips.

So my question is still: What is it you are missing in the datasheet? You have data signals D and R to connect to an UART on your processor. And you have enable signals DE and /RE to connect to one or two output pins on your processor. Two pins if you want to be able to listen to your own transmissions. One pin if you want to mute your own transmissions.

List of 24 messages in thread
TopicAuthorDate
Interfacing RS485 (SN75176) with AT89c51            01/01/70 00:00      
   Select your components with care            01/01/70 00:00      
   Compnents are irreplacable !!            01/01/70 00:00      
      What do you miss in the datasheet            01/01/70 00:00      
      It is a simple chip            01/01/70 00:00      
   do not do rs485 without ...            01/01/70 00:00      
   Here's the info for starting            01/01/70 00:00      
   Controlling the sn75176!!            01/01/70 00:00      
      use the \"industrial strangth\" LT1785 instead            01/01/70 00:00      
         Easy to control the RS-485 transeciever            01/01/70 00:00      
            this is one of the biggest mistakes in RS485            01/01/70 00:00      
               Not so much specific for RS-485            01/01/70 00:00      
               might be???            01/01/70 00:00      
                  These are NOT RS485            01/01/70 00:00      
                     Lack of dominant bit state            01/01/70 00:00      
                        that's exactly why on RS485...            01/01/70 00:00      
                           Token-passing requires explicit or arbitrated mast            01/01/70 00:00      
                        the amazing thing is ...            01/01/70 00:00      
                           ... that it matter            01/01/70 00:00      
                              I am NOT talking about multiple masters, ...            01/01/70 00:00      
      follow the link            01/01/70 00:00      
         the two REAL 485 sources            01/01/70 00:00      
            Preview?            01/01/70 00:00      
               I do not know why            01/01/70 00:00      

Back to Subject List