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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/18/07 08:37
Read: times


 
#144740 - another reason
Responding to: ???'s previous message
1.I'm using ordinary CAT-5 or RJ45(10BaseT) connectors.
The connector of ethernet was Tx-&Tx+ and RX- and RX+.
That's as same as RS-485 without modification cables,just replace from broken card LAN(with RJ-45) and connected pin 1 & 2 to A B of RS-485 and pin 3&6 to X Y of RS-485 or vice versa.

2.How's it works:
Suppose there was 16 slave and 1 master(all MCU,master MCU more speed and programmable uart)
4 wire.

Master sent routing(with address(ID) to get data from slave 1 to 16

Master --at A and B(cables)-->slave(1)
Master---at A and B(cables)-->slave(2)
........
Master---at A and B(cables)--->slave(16)

at the same time
Master --at X and Y(cables) get response from

<---Slave(1)
....
<---Slave(16)

This mean the Master was full duplex and slave(waiting their command response from Master)


Is there someone had .code to doing full duplex(.asm or .C).
clients(MCS-51s) code.

List of 46 messages in thread
TopicAuthorDate
MCS-51 and RS485            01/01/70 00:00      
   Specifics?            01/01/70 00:00      
   not enough clear            01/01/70 00:00      
   RS485 code at code library didn't work's            01/01/70 00:00      
   .ASM or .C code nevermind            01/01/70 00:00      
      But what do you need it to do?            01/01/70 00:00      
         485 master slave            01/01/70 00:00      
            I did            01/01/70 00:00      
               RS-485 master/slave code.            01/01/70 00:00      
                  Try Modbus            01/01/70 00:00      
                     Oops sorry,Must using uart with another mode.            01/01/70 00:00      
   RS-485 code            01/01/70 00:00      
      Full duplex?            01/01/70 00:00      
         Full duplex ...the reasons            01/01/70 00:00      
            That's not a reason!            01/01/70 00:00      
            Technically            01/01/70 00:00      
               another reason            01/01/70 00:00      
                  maybe You need Ethernet?            01/01/70 00:00      
                     Another issue...            01/01/70 00:00      
                  wrong? not really, but wasteful            01/01/70 00:00      
                  another reason 2            01/01/70 00:00      
                     there is no 'same time'            01/01/70 00:00      
                        OK there wasn't same but....            01/01/70 00:00      
                           Asynchronous?            01/01/70 00:00      
                           if I understand what you are saying            01/01/70 00:00      
                              Something like this            01/01/70 00:00      
                                 Modbus            01/01/70 00:00      
                                    swicth to modbus            01/01/70 00:00      
                                       Sample code            01/01/70 00:00      
                                    References            01/01/70 00:00      
                                 collisions            01/01/70 00:00      
   try 30 baud            01/01/70 00:00      
   Before jumping to pool named as "modbus"            01/01/70 00:00      
      You have a calculator!            01/01/70 00:00      
         what a waste of bandwith            01/01/70 00:00      
            Tradeoff            01/01/70 00:00      
               There is overhead you can save with no ill effect            01/01/70 00:00      
                  The point is...            01/01/70 00:00      
                     modbus exist does not make it pantyhose            01/01/70 00:00      
                        For a beginner...            01/01/70 00:00      
   Getting wet with modbus by drag from Russel            01/01/70 00:00      
   AT89S8252 and AT89S52            01/01/70 00:00      
      Nope!            01/01/70 00:00      
         AT89S5X with 24LC02            01/01/70 00:00      
            Lot of work??            01/01/70 00:00      
            Quoting previous posts            01/01/70 00:00      

Back to Subject List