Using modbusmaster.h library with max 385

How to communicate with two slaves using the maobusmaster.h library

Did you mean MAX485?

The MAX385 is an analog switch.

What is the problem you are having?

create to instances of nodes:

// instantiate ModbusMaster object
ModbusMaster nodeA;
ModbusMaster nodeB;

thanks for your support

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.