1

I imagine that the proper way to implement an RS485 multidrop bus is the following:

enter image description here

What happens if, in order to save cables, I connect the same 5 nodes above using this other topology?

enter image description here

  • Will it works?
  • If no, why?
  • If "maybe", under which circumstances will it work?

P.S.: yes! I know that MEGA has three Serials and, as such, I could implement two different BUSses (1: Mega<->Mega<->Mega; 2: Mega<->Nano<->Nano), but this will increase the complexity of the software I'm running, as it needs some hacking in order to play nicely with two distinct RS-485 busses;

P.P.S.: This is the bus discussed in this other question

Damiano Verzulli
  • 454
  • 6
  • 18

1 Answers1

2

At low speeds and short distances that won't be a problem.

At high speeds (megabits per second) and long distances (hundreds of meters) you may get reflections unless you get the termination just right.

Majenko
  • 105,851
  • 5
  • 82
  • 139