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

asked Mar 20, 2016 at 23:06

1 Answer 1

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.

answered Mar 20, 2016 at 23:41
3
  • Can you please tell values you think is reasonable to call "short distance" and "low speed" in this context? Commented Jun 2, 2022 at 1:59
  • 1
    @Bacco tens of meters and 115200 baud, I'd call short distance and low speed. Commented Jun 2, 2022 at 12:06
  • Thanks for your feedback! Commented Jun 2, 2022 at 16:25

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.